Skip to main content

VisMeter

Namespace: PPJ.Runtime.Vis

Assembly: PPJ.Runtime.Vis.49 (4.9.0.0)

Progress meter control.

public class VisMeter : SalCustomControl

Constructors

Instance memberVisMeter()

Default Constructor.

Properties

Instance memberHScroll

Boolean: (Default: False)

Instance memberMarqueeAnimationSpeed

Int32: Gets or the time period, in milliseconds, that it takes the progress block to scroll across the progress bar. (Default: 100)

Instance memberMaximum

Int32: Gets or sets the maximum value of the range of the control. (Default: 100)

Instance memberMinimum

Int32: Gets or sets the minimum value of the range of the control. (Default: 0)

Instance memberRightToLeftLayout

Boolean: Indicates whether the control layout is right-to-left when the RightToLeft property is set to Yes.

Instance memberStyle

ProgressBarStyle: Gets or sets the manner in which progress should be indicated on the progress bar. (Default: 0)

Instance memberValue

Int32: Gets or sets the current position of the progress bar. (Default: 0)

Instance memberVScroll

Boolean: (Default: False)

Instance memberWindowsClassName

String: (Default: "")

Instance memberWindowsDLLName

String: (Default: "")

Instance memberWindowsExStyle

Int32: (Default: 0)

Instance memberWindowsStyle

Int32: (Default: 0)

Methods

Static memberFromHandle(handle)

Returns the control associated with the handle.

ParameterTypeDescription
handleSalWindowHandle

Returns: VisMeter.

Instance memberSetProgress(nPercent)

ParameterTypeDescription
nPercentSalNumber

Returns: SalNumber.

Implements

NameDescription
ISalWindow