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

VisMeter()

Default Constructor.

Properties

HScroll

Booleanarrow-up-right: (Default: False)

MarqueeAnimationSpeed

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

Maximum

Int32arrow-up-right: Gets or sets the maximum value of the range of the control. (Default: 100)

Minimum

Int32arrow-up-right: Gets or sets the minimum value of the range of the control. (Default: 0)

RightToLeftLayout

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

Style

ProgressBarStylearrow-up-right: Gets or sets the manner in which progress should be indicated on the progress bar. (Default: 0)

Value

Int32arrow-up-right: Gets or sets the current position of the progress bar. (Default: 0)

VScroll

Booleanarrow-up-right: (Default: False)

WindowsClassName

Stringarrow-up-right: (Default: "")

WindowsDLLName

Stringarrow-up-right: (Default: "")

WindowsExStyle

Int32arrow-up-right: (Default: 0)

WindowsStyle

Int32arrow-up-right: (Default: 0)

Methods

FromHandle(handle)

Returns the control associated with the handle.

Parameter
Type
Description

Returns: VisMeter.

SetProgress(nPercent)

Parameter
Type
Description

nPercent

Returns: SalNumber.

Implements

Name
Description

Last updated