SystemParameters.IsMousePresent 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出是否已安裝滑鼠。
public:
static property bool IsMousePresent { bool get(); };
public static bool IsMousePresent { [System.Security.SecurityCritical] get; }
public static bool IsMousePresent { get; }
[<get: System.Security.SecurityCritical>]
static member IsMousePresent : bool
static member IsMousePresent : bool
Public Shared ReadOnly Property IsMousePresent As Boolean
屬性值
如果已安裝滑鼠,則為 true
;否則為 false
。
- 屬性
備註
此值很少 false
為 ,因為支援虛擬滑鼠,而且因為某些系統偵測到埠是否存在,而不是滑鼠。
對應至SM_MOUSEPRESENT。 請參閱 GetSystemMetrics。
XAML 屬性用法
<
object property=「{ SystemParameters.IsMousePresent }
」/>