InkCollectorCursorInRangeEventArgs.NewCursor (Propiedad)
.NET Framework 3.0
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.
Espacio de nombres: Microsoft.Ink
Ensamblado: Microsoft.Ink (en microsoft.ink.dll)
Ensamblado: Microsoft.Ink (en microsoft.ink.dll)
/** @property */ public boolean get_NewCursor ()
public function get NewCursor () : boolean
No aplicable.
Valor de propiedad
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. |