WarningBox Constructor | |
Create a warning box.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
uParent,
uCaption,
uText
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public WarningBox(
Usual uParent = default,
Usual uCaption = default,
Usual uText = default
)
Request Example
View SourceParameters
- uParent (Optional)
- Type: Usual
The window that owns the warning box. If omitted, the owner is the desktop, and the warning box is application modal (that is, the application is suspended until the user acknowledges the warning box). - uCaption (Optional)
- Type: Usual
The text to be displayed in the title bar of the warning box or
the hyperlabel containing a caption and description for the warning box. If omitted, the default caption is 'Warning' and the default description is 'Warning...'.
- uText (Optional)
- Type: Usual
The information to be printed in the warning box when it is shown. If omitted, the default is NULL_STRING.
See Also