AllowClickToSkip
(boolean) Whether the user can close the splash screen by clicking on it:
VALUE DESCRIPTION |
|
true |
Allow the user to click on the dialog to close it. (Default) |
false |
Prevent the user from closing the dialog. |
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
Dialog.TimedMessage
OverviewExamples
Dialog.TimedMessage ( string Title,
string Text,
number Time,
number Icon = MB_ICONINFORMATION )
De s cr ip t ion
Presents a timed dialog to the user with an informative message on it.
P arame t er s
Title
(string) The text to be displayed on the title bar of the dialog.