ProgressBar.Advance Method (Typed) | |
Advance the progress bar to a new position.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Advance(
dwNewPosition
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual Advance(
Usual dwNewPosition = default
)
Request Example
View SourceParameters
- dwNewPosition (Optional)
- Type: Usual
The amount by which the progress bar is advanced. If omitted, the progress bar is advanced by the unit size.
Return Value
Type:
Usual
The amount by which the progress bar is advanced.
See Also