MouseDevice.XButton1 属性

定义

获取此鼠标设备第一个扩展按钮的状态。

public:
 property System::Windows::Input::MouseButtonState XButton1 { System::Windows::Input::MouseButtonState get(); };
public System.Windows.Input.MouseButtonState XButton1 { get; }
member this.XButton1 : System.Windows.Input.MouseButtonState
Public ReadOnly Property XButton1 As MouseButtonState

属性值

按钮的状态。

适用于