InkEditStrokeEventArgs.Cursor Property
InkEditStrokeEventArgs.Cursor Property |
Gets the Cursor object that generated the Stroke event.
Definition
Visual Basic .NET Public ReadOnly Property Cursor As Cursor C# public Cursor Cursor { get; } Managed C++ public: __property Cursor* get_Cursor();
Property Value
Microsoft.Ink.Cursor. The Cursor object that generated the Stroke event.
This property is read-only. This property has no default value.
Remarks
The Microsoft.Ink.Cursor class is not to be confused with System.Windows.Forms.Cursor class. Microsoft.Ink.Cursor represents general information about a tablet pointing and selecting device, usually a pen, while System.Windows.Forms.Cursor represents the image used to paint the mouse pointer.
See Also