IProgressIndicator Interface Members
The following tables list the members exposed by IProgressIndicator.
Public Properties
Name | Description | |
---|---|---|
![]() | Delay | Delay before showing progress indication (ms) |
![]() | MarqueeBounce | When set activity indicator will bounce from side to side |
![]() | MarqueeColor | Activity indicator color |
![]() | MarqueeSpeed | Activity indicator speed |
![]() | Progress | Gets or sets the progress bar value. |
![]() | ProgressMaximum | Maximum for progress range |
![]() | ProgressMinimum | Minimum for progress range |
![]() | ProgressShowLabel | Flag for progress label overlaying the statusbar |
![]() | ProgressText | Gets or Sets the text that is displayed with the progress bar (left). |
![]() | ProgressTextAdditional | Gets or Sets the text that is displayed with the progress bar (right). |
![]() | ProgressTitle | Gets or Sets the text that is displayed as a title of the progress bar. |
![]() | UseMarqueeStyle | When true then acts and an activity indicator |
Public Methods
Name | Description | |
---|---|---|
![]() | FinishProgressDisplay | Signal that progress display has ended |
![]() | StartProgressDisplay | Signal that progress display to begin |
Public Events
See Also