InkCollectorCursorButtonDownEventArgs.Button Property
InkCollectorCursorButtonDownEventArgs.Button Property |
Gets the CursorButton object for the button that was pressed.
Definition
Visual Basic .NET Public ReadOnly Property Button As CursorButton C# public CursorButton Button { get; } Managed C++ public: __property CursorButton* get_Button();
Property Value
Microsoft.Ink.CursorButton. The button that was pressed.
This property is read-only. This property has no default value.
See Also