MouseDevice.XButton1 Property

Definition

Gets the state of the first extended button on this mouse device.

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

Property Value

The state of the button.

Applies to