MouseDevice.XButton2 Property

Definition

Gets the state of the second extended button of this mouse device.

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

Property Value

The state of the button.

Applies to