WarningBox Class (Typed) |
Namespace: XSharp.VO.SDK
The WarningBox type exposes the following members.
Name | Description | |
---|---|---|
WarningBox |
Create a warning box.
|
Name | Description | |
---|---|---|
Beep |
A logical value indicating whether to use a system default beep when displaying the text box. TRUE indicates that there will be a beep; FALSE indicates that there will be no beep.
(Inherited from TextBox.) | |
Caption |
A string value representing the TextBox caption.
(Inherited from TextBox.) | |
Message |
A string value representing the TextBox message.
(Inherited from TextBox.) | |
Type | (Inherited from TextBox.) |
Name | Description | |
---|---|---|
Destroy | Free memory resources allocated for a VObject object and its derived objects. (Inherited from VObject.) | |
Show |
Display this message box and return a value indicating how it was closed.
(Inherited from TextBox.) |
Tip |
---|
A warning box is application modal; therefore, the user must acknowledge it before continuing with the application. When the warning box closes, focus is returned to its owner window. |