[]
Displays a progress indicator on a taskbar button of the owner form to show the specific percentage completed of the full operation.
public class C1ProgressIndicator
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. |
Name | Description |
---|---|
Hide() | Removes the progress indicator from a taskbar button. |
Show() | Shows the progress indicator on a taskbar button. |