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


Cursor.Id - свойство

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

Gets the identifier of the Cursor object.

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

Синтаксис

'Декларация
Public ReadOnly Property Id As Integer
'Применение
Dim instance As Cursor
Dim value As Integer

value = instance.Id
public int Id { get; }
public:
property int Id {
    int get ();
}
/** @property */
public int get_Id()
public function get Id () : int

Значение свойства

Тип: System.Int32
The Cursor object's identifier.

Заметки

A Cursor object's identifier never changes.

ms581966.alert_note(ru-ru,VS.90).gifПримечание.

This function can be re-entered if called within certain message handlers, causing unexpected results. Take care to avoid a reentrant call when handling any of the following messages: WM_ACTIVATE, WM_ACTIVATEAPP, WM_NCACTIVATE, WM_PAINT; WM_SYSCOMMAND if wParam is set to SC_HOTKEY or SC_TASKLIST; and WM_SYSKEYDOWN (when processing Alt-Tab or Alt-Esc key combinations). This is an issue with single-threaded apartment model applications.

Примеры

This C# example gets the identifier of a Cursor, theCursor.

int theCursorID = theCursor.Id;

This Microsoft® Visual Basic® .NET example gets the identifier of a Cursor, theCursor.

Dim theCursorID As Integer = theCursor.Id

Платформы

Windows Vista

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

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

.NET Framework

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

См. также

Ссылки

Cursor Класс

Cursor - члены

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