GroupBox Constructor | |
Construct a group box.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oOwner,
xID,
oPoint,
oDimension,
cText,
lDataAware
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public GroupBox(
Usual oOwner = default,
Usual xID = default,
Usual oPoint = default,
Usual oDimension = default,
Usual cText = default,
Usual lDataAware = default
)
Request Example
View SourceParameters
- oOwner (Optional)
- Type: Usual
The window that owns the group box. - xID (Optional)
- Type: Usual
The unique ID of the group box (between 1 and 8000). - oPoint (Optional)
- Type: Usual
The origin of the group box in canvas coordinates. - oDimension (Optional)
- Type: Usual
The dimension of the group box in canvas coordinates. - cText (Optional)
- Type: Usual
The caption of the group box. The default is NULL_STRING. - lDataAware (Optional)
- Type: Usual
A logical value specifying whether the group box is data aware.
See Also