InkCollectorCursorButtonUpEventArgs.Button Property
InkCollectorCursorButtonUpEventArgs.Button Property |
Gets the CursorButton object for the button that was released.
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 released.
This property is read-only. This property has no default value.
See Also