ToolStripProgressBar
Previous  Next

Methods

New1 : Creates a new ToolStripProgressBar


Properties

BackColor : Color [I/O] : Sets or gets the background color of the control - same as Color.

ControlRef : Control [I] : Gets a reference to the underlying control.

Enabled : Boolean [I/O] : Enables or disables the control.

ForeColor  : Color [I/O] : Sets or gets the foreground color of the control.

Maximum: Int [I/O] : Gets or sets the maximum value of the control. The default is 100.

Minimum: Int [I/O] : Gets or sets the minimum value of the control. The default is 0.

Value : Int [I/O] : Gets or sets the value of the control.

 Style : Int [I/O] : Gets or sets the value of the style of the control : 0 Blocks (default) : 1 Continuous

Visible : Boolean [I/O] : Gets or sets whether the control is visible.


Events

none