Поделиться через


Cursors - класс

Обновлен: Ноябрь 2007

Represents a collection of Cursor objects.

Пространство имен:  Microsoft.Ink
Сборка:  Microsoft.Ink (в Microsoft.Ink.dll)

Синтаксис

'Декларация
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
Public Class Cursors _
    Implements ICollection, IEnumerable
'Применение
Dim instance As Cursors
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
public class Cursors : ICollection, IEnumerable
[PermissionSetAttribute(SecurityAction::InheritanceDemand, Name = L"FullTrust")]
public ref class Cursors : ICollection, 
    IEnumerable
/** @attribute PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust") */
public class Cursors implements ICollection, 
    IEnumerable
public class Cursors implements ICollection, IEnumerable

Заметки

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.

Иерархия наследования

System.Object
  Microsoft.Ink.Cursors

Потокобезопасность

Любые открытые члены этого типа, объявленные как static (Shared в Visual Basic), являются потокобезопасными. Потокобезопасность членов экземпляров не гарантируется.

Платформы

Windows Vista

Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.

Сведения о версии

.NET Framework

Поддерживается в версии: 3.0

См. также

Ссылки

Cursors - члены

Microsoft.Ink - пространство имен

Cursor

InkCollector

InkOverlay

InkPicture

InkCollector.Cursors

InkOverlay.Cursors

InkPicture.Cursors