Share via


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.

Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (in microsoft.ink.dll)

Syntax

'Declaration
Public ReadOnly Property NewCursor As Boolean
'Usage
Dim instance As InkCollectorCursorInRangeEventArgs
Dim value As Boolean

value = instance.NewCursor
public bool NewCursor { get; }
public:
property bool NewCursor {
    bool get ();
}
/** @property */
public boolean get_NewCursor ()
public function get NewCursor () : boolean
Not applicable.

Property Value

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

Value

Meaning

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.

Platforms

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

InkCollectorCursorInRangeEventArgs Class
InkCollectorCursorInRangeEventArgs Members
Microsoft.Ink Namespace
InkCollector.CursorInRange