C1ProgressIndicator Class Members
In This Topic
The following tables list the members exposed by C1ProgressIndicator.
Public Properties
| Name | Description |
 | Maximum | Gets or sets the value that the progress indicator will have when the operation is complete. |
 | Owner | Gets the owner C1TaskbarButton. |
 | State | Gets or sets the type and state of the progress indicator. |
 | Value | Gets or sets the current value of the progress indicator. |
 | Visible | Indicates whether the progress indicator is visible. |
Top
Public Methods
| Name | Description |
 | Hide | Removes the progress indicator from a taskbar button. |
 | Show | Shows the progress indicator on a taskbar button. |
Top
See Also