MouseDevice.XButton2 属性

定义

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

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

属性值

按钮的状态。

适用于