Progress Bar

A component that, by default, displays an integer value within a bounded interval. A progress bar typically communicates the progress of some work by displaying its percentage of completion.

This is what a progress bar looks like:

Common Properties

Width, Height, Bindings, Enabled, Visible, Border, Cursor, Tooltip, Focusable, Popup Menu

Custom Properties

Value

(Default Property)

Default value for the progress bar.

Property name: value

Property type: Integer

Orientation

Orientation of the progress bar: Horizontal or Vertical.

Property name: orientation

Property type: Integer

Minimum

Minimum value for the progress bar.

Property name: minimum

Property type: Integer

Maximum

Maximum value for the progress bar.

Property name: maximum

Property type: Integer

Common Events

Hidden, Shown, Moved, Resized, Mouse Clicked, Mouse Pressed, Mouse Released, Mouse Entered, Mouse Exited, Mouse Moved, Mouse Wheel Moved, Key Typed, Key Pressed, Key Released, Focus Gained, Focus Lost

Was this page helpful?