VisMeter
PPJ.Runtime.Vis.VisMeter
Namespace: PPJ.Runtime.Vis
Assembly: PPJ.Runtime.Vis.49 (4.9.0.0)
Progress meter control.
public class VisMeter : SalCustomControlPublic Class VisMeter
Inherits SalCustomControlConstructors
VisMeter()
Default Constructor.
Properties
HScroll
Boolean: (Default: False)
MarqueeAnimationSpeed
Int32: Gets or the time period, in milliseconds, that it takes the progress block to scroll across the progress bar. (Default: 100)
Maximum
Int32: Gets or sets the maximum value of the range of the control. (Default: 100)
Minimum
Int32: Gets or sets the minimum value of the range of the control. (Default: 0)
RightToLeftLayout
Boolean: Indicates whether the control layout is right-to-left when the RightToLeft property is set to Yes.
Style
ProgressBarStyle: Gets or sets the manner in which progress should be indicated on the progress bar. (Default: 0)
Value
Int32: Gets or sets the current position of the progress bar. (Default: 0)
VScroll
Boolean: (Default: False)
WindowsClassName
String: (Default: "")
WindowsDLLName
String: (Default: "")
WindowsExStyle
Int32: (Default: 0)
WindowsStyle
Int32: (Default: 0)
Methods
FromHandle(handle)
Returns the control associated with the handle.
Returns: VisMeter.
SetProgress(nPercent)
Returns: SalNumber.
Implements
Last updated