Cursor - члены
Включить защищенные члены
Включить унаследованные члены
Включить члены .NET Framework
Включить члены .NET Compact Framework
Включить члены XNA Framework
Обновлен: Ноябрь 2007
Represents general information about a tablet pointing and selecting device.
Тип Cursor предоставляет следующие члены.
Методы
Имя | Описание | |
---|---|---|
Equals | Определяет, равен ли заданный объект Object текущему объекту Object. (Унаследовано от Object.) | |
Finalize | Позволяет объекту Object попытаться освободить ресурсы и выполнить другие операции очистки, перед тем как объект Object будет утилизирован в процессе сборки мусора. (Унаследовано от Object.) | |
GetHashCode | Играет роль хэш-функции для определенного типа. (Унаследовано от Object.) | |
GetType | Возвращает объект Type для текущего экземпляра. (Унаследовано от Object.) | |
MemberwiseClone | Создает неполную копию текущего объекта Object. (Унаследовано от Object.) | |
ToString | Returns a string that represents the current Cursor object. (Переопределяет Object.ToString().) |
В начало страницы
Свойства
Имя | Описание | |
---|---|---|
Buttons | Gets the CursorButtons collection that is available on a known Cursor. | |
DrawingAttributes | Gets or sets the drawing attributes to apply to ink as it is drawn. | |
Id | Gets the identifier of the Cursor object. | |
Inverted | Gets a value that indicates whether the cursor is the inverted end of the pen. | |
Name | Gets the name of the Cursor object. | |
Tablet | Gets the tablet device to which the Cursor belongs. |
В начало страницы