UI Automation Support for the StatusBar Control Type
This topic provides information about UI Automation support for the StatusBar 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 and control patterns.
A status bar control displays information about an object being viewed in a window of an application, the object's component, or contextual information that relates to that object's operation within your application.
The following sections define the required UI Automation tree structure, properties, control patterns, and events for the StatusBar control type. The UI Automation requirements apply to all status bar 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 status 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 |
---|---|
|
|
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 about 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 bounding rectangle of a status bar must encompass all of the controls contained within it. |
|
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 status bar control does not need a name unless more than one is used within an application. In this case, distinguish each bar with names such as "Internet Status" or "Application Status." |
|
Null |
The status bar control usually does not have a label. |
|
StatusBar |
This value is the same for all UI frameworks. |
|
"status bar" |
Localized string corresponding to the StatusBar control type. |
|
True |
The status bar control always contains content. |
|
True |
The status bar control is always a control. |
|
Depends |
A status bar control will return True for this property if it is not currently visible on the screen. |
|
Depends |
The value of the control's orientation: horizontal or vertical. |
|
False |
Not applicable |
|
"" |
Status bars do not have Help text. |
|
Null |
Status bars do not have accelerator keys. |
|
"" |
Status bars do not receive keyboard focus. Assistive technologies are able to programmatically read the contents. |
Required UI Automation Control Patterns
The following table lists the UI Automation control patterns required to be supported by status bar controls. For more information about control patterns, see UI Automation Control Patterns Overview.
Control Pattern/Pattern Property |
Support/Value |
Notes |
---|---|---|
Optional |
Status bar controls should support the Grid control pattern so that individual pieces can be monitored and easily referenced for information. |
Required UI Automation Events
The following table lists the UI Automation events required to be supported by all status bar controls. For more information about 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 |
Required |
None |
|
Required |
None |
See Also
Concepts
UI Automation Control Types Overview