Hourglass Method

Determines whether the mouse point will display as the standard arrow pointer or hourglass throbber.

Corresponds to the Hourglass action.

App.Hourglass([HourglassOn])

Client support

   Newlook Smartclient

   Newlook Server

Arguments

HourglassOn - (Boolean, Optional)

Boolean value specifying the pointer to display.  Set HourglassOn to True to display the hourglass pointer then to False to display the default pointer.  If HourglassOn is not specified, True is used. Note that in JScript, the values true and false must be specified in lowercase.

Standard arrow pointer
Hourglass pointer - Newlook Smartclient
Hourglass pointer - Newlook Server

Returns

No return value.

Applies To

App object

See Also

Hourglass action