ProgressBar Class Members
The following tables list the members exposed by ProgressBar.
Public Properties
Name | Description | |
---|---|---|
![]() | CancelEnabled | Cancel button enable state |
![]() | Cancelled | Returns true if Cancel has been requested. |
![]() | Maximum | Maximum for progress range |
![]() | Minimum | Minimum for progress range |
![]() | Progress | Gets or sets the progress value as an integer (0-100) |
![]() | ProgressText | Gets or sets the progress text (left) |
![]() | ProgressTextAdditional | Gets or sets the progress text (right) |
![]() | ShowCancel | Gets if the Cancel button is shown |
![]() | Title | Gets or sets the title of the window. |
![]() | UseMarqueeStyle | Gets or set if the progress is Marquee Style. |
Public Methods
See Also