Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| 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