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.
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