InkCollectorCursorInRangeEventArgs.NewCursor Property

InkCollectorCursorInRangeEventArgs.NewCursor Property

Gets a Boolean value that indicates whether this is the first time this InkCollector object has come in contact with the Cursor object that generated the CursorInRange event.

Definition

Visual Basic .NET Public ReadOnly Property NewCursor As Boolean
C# public bool NewCursor { get; }
Managed C++ public: __property bool* get_NewCursor();

Property Value

System.Boolean. Whether this is the first time this InkCollector object has come in contact with the Cursor object that generated the CursorInRange event.

This property is read-only. This property has no default value.

true This is the first time this InkCollector object has come in contact with this Cursor object.
false This InkCollector has come in contact with this Cursor before.

See Also