UI Automation Support for the Progress Bar Control Type
This topic provides information about UI Automation support for the Progress Bar control type. In UI Automation, a control type is a set of conditions that a control must meet in order to use the ControlTypeProperty property. The conditions include specific guidelines for UI Automation tree structure, UI Automation property values, control patterns, and UI Automation events.
Progress bar controls are an example of controls that implement the Progress Bar control type. Progress bar controls are used to indicate the progress of a lengthy operation. The control consists of a rectangle that is gradually filled with the system highlight color as an operation progresses.
The following sections define the required UI Automation tree structure, properties, control patterns, and events for the Progress Bar control type. The UI Automation requirements apply to all list controls, whether Windows Presentation Foundation (WPF), Win32, or Windows Forms.
This topic contains the following sections.
- Required UI Automation Tree Structure
- Required UI Automation Properties
- Required UI Automation Control Patterns
- Required UI Automation Events
- Related Topics
Required UI Automation Tree Structure
The following table depicts the control view and the content view of the UI Automation tree that pertains to progress bar controls and describes what can be contained in each view. For more information on the UI Automation tree, see UI Automation Tree Overview.
Control View | Content View |
---|---|
|
|
The progress bar controls do not have any children in the control or content view of the UI Automation tree.
Required UI Automation Properties
The following table lists the UI Automation properties whose value or definition is especially relevant to progress bar controls. For more information on UI Automation properties, see UI Automation Properties for Clients.
UI Automation Property | Value | Notes |
---|---|---|
See notes. |
The value of this property needs to be unique across all controls in an application. |
|
See notes. |
The outermost rectangle that contains the whole control. |
|
See notes. |
Supported if there is a bounding rectangle. If not every point within the bounding rectangle is clickable, and you perform specialized hit testing, then override and provide a clickable point. |
|
See notes. |
If the control can receive keyboard focus, it must support this property. |
|
See notes. |
The progress bar control typically gets its name from a static text label. If there is not a static text label the application developer must expose a value for the |
|
See notes. |
If there is a static text label then this property must expose a reference to that control. |
|
ProgressBar |
This value is the same for all UI frameworks. |
|
"progress bar" |
Localized string corresponding to the Progress Bar control type. |
|
True |
The progress bar control is always included in the content view of the UI Automation tree. |
|
True |
The progress bar control is always included in the control view of the UI Automation tree. |
Required UI Automation Control Patterns
The following table lists the UI Automation control patterns required to be supported by progress bar controls. For more information on control patterns, see UI Automation Control Patterns Overview.
Control Pattern/Pattern Property | Support/Value | Notes |
---|---|---|
Depends |
Progress bar controls that give a textual indication of progress must implement IValueProvider. |
|
True |
The value for this property is always True. |
|
See notes. |
This property exposes textual progress of a progress bar control. |
|
Depends |
Progress bar controls that take a numeric range must implement IRangeValueProvider |
|
0.0 |
The value of this property must be the smallest value that the control can be set to. |
|
100.0 |
The value of this property must be the largest value that the control can be set to. |
|
NaN |
This property is not required because progress bar controls are read-only. |
|
NaN |
This property is not required because progress bar controls are read-only. |
Required UI Automation Events
The following table lists the UI Automation events required to be supported by all progress bar controls. For more information on events, see UI Automation Events Overview.
UI Automation Event | Support | Notes |
---|---|---|
BoundingRectangleProperty property-changed event. |
Required |
None |
IsOffscreenProperty property-changed event. |
Required |
None |
IsEnabledProperty property-changed event. |
Required |
None |
NameProperty property-changed event. |
Required |
None |
ValueProperty property-changed event. |
Depends |
None |
ValueProperty property-changed event. |
Depends |
None |
Required |
None |
|
Required |
None |