Cursors (Clase)
.NET Framework 3.0
Represents a collection of Cursor objects.
Espacio de nombres: Microsoft.Ink
Ensamblado: Microsoft.Ink (en microsoft.ink.dll)
Ensamblado: Microsoft.Ink (en microsoft.ink.dll)
A cursor becomes part of the cursors collection of an InkCollector object, an InkOverlay object, or an InkPicture control when it comes within range of the object. Each time a new cursor comes within range, it is added to the object's cursors collection. The cursors collection exists only during the lifetime of that object.
For example, if a pen is used to draw ink on an InkCollector object, it becomes part of the InkCollector object's Cursors property. If a mouse is then used for input on the same InkCollector object, it is also added to the collection.