Click or drag to resize

ProgressBar.Advance Method (Typed)

X#
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
Request Example View Source

Parameters

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