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