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