Cursor.Change

Cursor.Change ( number CursorType,
string CursorFile )
Примеры

Описание

Изменяет тип курсора на указанный.

Параметры

CursorType

(число)Тип курсора (системный ID курсора):

КОНСТАНТА
CONSTANT
ЗНАЧЕНИЕ
VALUE
ОПИСАНИЕ
DESCRIPTION
CURSOR_BUSY32650The busy (thinking) cursor.
CURSOR_CROSS32515The cross cursor.
CURSOR_IBEAM32513The I-shaped beam cursor (used for text fields).
CURSOR_ICON32641Win NT only: An empty cursor.
CURSOR_LINK32649The double-pointed resize arrow pointing up and down.
CURSOR_NO32648The "no" symbol cursor (a circle with a diagonal slash through it).
CURSOR_NORMAL32512The standard cursor.
CURSOR_SIZE32640Windows NT only: The four-pointed resize/move cursor.
CURSOR_SIZE_ALL32646The North/South/East/West pointing cursor.
CURSOR_SIZE_NS32645The North to South pointing cursor.
CURSOR_SIZE_NESW32643The North East to South West pointing cursor.
CURSOR_SIZE_NWSE32642The North West to South East pointing cursor.
CURSOR_SIZE_WE32644The West to East pointing cursor.
CURSOR_UPARROW32516The up pointing cursor.
CURSOR_WAIT32514The wait cursor.
CURSOR_HELP32651NA

CursorFile

(строка) Путь к желаемому файлу курсора.

Примечание: Поддерживаемые типы файла: .ico, .cur, .ani

Возврат

Ничего.
Смотрите также: Связанные действия

Примеры

Пример 1


Смотрите также: Связанные действия