Cursor.Restore

Cursor.Restore ( number CursorType )
Примеры

Описание

Восстанавливает указанный тип курсора к его курсору по умолчанию (курсор, зарегистрированный, когда приложение запускалось).

Параметры

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

Возврат

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

Примеры

Пример 1


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