VisMeter

PPJ.Runtime.Vis.VisMeter

Namespace: PPJ.Runtime.Vis

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

Progress meter control.

public class VisMeter : SalCustomControl

Constructors

Default Constructor.

Properties

Boolean: (Default: False)

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

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

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

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

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

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

Boolean: (Default: False)

String: (Default: "")

String: (Default: "")

Int32: (Default: 0)

Int32: (Default: 0)

Methods

Returns the control associated with the handle.

ParameterTypeDescription

handle

Returns: VisMeter.

ParameterTypeDescription

nPercent

Returns: SalNumber.

Implements

NameDescription

Last updated