PointerPointProperties.IsMiddleButtonPressed 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出指標輸入是否由輸入裝置的第三個動作模式觸發, (例如滑鼠滾輪按鈕) 。
public:
property bool IsMiddleButtonPressed { bool get(); };
bool IsMiddleButtonPressed();
public bool IsMiddleButtonPressed { get; }
var boolean = pointerPointProperties.isMiddleButtonPressed;
Public ReadOnly Property IsMiddleButtonPressed As Boolean
屬性值
Boolean
bool
如果指標輸入是由第三個動作模式觸發,則為 True。 否則為 false。
備註
觸控和手寫筆指標不會設定此屬性。