Class AutomationElementIdentifiers
Contains values used as automation property identifiers by UI automation providers and UI automation clients.
Inheritance
Inherited Members
Namespace: System.Windows.Automation
Assembly: OpenSilver.dll
Syntax
public static class AutomationElementIdentifiers
Fields
| Improve this Doc View SourceAcceleratorKeyProperty
Identifies the accelerator key automation property. The accelerator key property value is returned by the GetAcceleratorKey() method.
Declaration
public static readonly AutomationProperty AcceleratorKeyProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
AccessKeyProperty
Identifies the access key automation property. The access key property value is returned by the GetAccessKey() method.
Declaration
public static readonly AutomationProperty AccessKeyProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
AutomationIdProperty
Identifies the automation element identifier automation property. The automation element identifier value is returned by the GetAutomationId() method.
Declaration
public static readonly AutomationProperty AutomationIdProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
BoundingRectangleProperty
Identifies the bounding rectangle automation property. The bounding rectangle property value is returned by the GetBoundingRectangle() method.
Declaration
public static readonly AutomationProperty BoundingRectangleProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
ClassNameProperty
Identifies the class name automation property. The class name property value is returned by the GetClassName() method.
Declaration
public static readonly AutomationProperty ClassNameProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
ClickablePointProperty
Identifies the clickable point automation property. A valid clickable point property value is returned by the GetClickablePoint() method.
Declaration
public static readonly AutomationProperty ClickablePointProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
ControlTypeProperty
Identifies the control type automation property. The control type property value is returned by the GetAutomationControlType() method.
Declaration
public static readonly AutomationProperty ControlTypeProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
HasKeyboardFocusProperty
Identifies the keyboard focus automation property. The keyboard focus state is returned by the HasKeyboardFocus() method.
Declaration
public static readonly AutomationProperty HasKeyboardFocusProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
HelpTextProperty
Identifies the help text automation property. The help text property value is returned by the GetHelpText() method.
Declaration
public static readonly AutomationProperty HelpTextProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
IsContentElementProperty
Identifies the content element determination automation property. The content element status indicates whether the element contains content that is valuable to the end user. The current status is returned by the IsContentElement() method.
Declaration
public static readonly AutomationProperty IsContentElementProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
IsControlElementProperty
Identifies the control element determination automation property. The control element status indicates whether the element contains user interface components that can be manipulated. The current status is returned by the IsControlElement() method.
Declaration
public static readonly AutomationProperty IsControlElementProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
IsEnabledProperty
Identifies the enabled determination automation property. The enabled status indicates whether the item referenced by the automation peer is enabled. The current status is returned by the IsEnabled() method.
Declaration
public static readonly AutomationProperty IsEnabledProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
IsKeyboardFocusableProperty
Identifies the keyboard-focusable determination automation property. The keyboard focusable status is returned by the IsKeyboardFocusable() method.
Declaration
public static readonly AutomationProperty IsKeyboardFocusableProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
IsOffscreenProperty
Identifies the offscreen determination automation property. The offscreen status indicates whether the item referenced by the automation peer is off the screen. The current status is returned by the IsOffscreen() method.
Declaration
public static readonly AutomationProperty IsOffscreenProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
IsPasswordProperty
Identifies the password determination automation property. The password status indicates whether the item referenced by the automation peer contains a password. The current status is returned by the IsPassword() method.
Declaration
public static readonly AutomationProperty IsPasswordProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
IsRequiredForFormProperty
Identifies the form requirement determination automation property. The form requirement status indicates whether the element must be completed on a form. The current status is returned by the IsRequiredForForm() method.
Declaration
public static readonly AutomationProperty IsRequiredForFormProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
ItemStatusProperty
Identifies the item status automation property. The current item status is returned by the GetItemStatus() method.
Declaration
public static readonly AutomationProperty ItemStatusProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
ItemTypeProperty
Identifies the item type automation property. The item type value is returned by GetItemType() method.
Declaration
public static readonly AutomationProperty ItemTypeProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
LabeledByProperty
Identifies the labeled-by peer automation property. The current label peer is returned by the GetLabeledBy() method.
Declaration
public static readonly AutomationProperty LabeledByProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
LocalizedControlTypeProperty
Identifies the localized control type automation property. The current localized control type is returned by the GetLocalizedControlTypeCore() method.
Declaration
public static readonly AutomationProperty LocalizedControlTypeProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
NameProperty
Identifies the element name automation property. The current name is returned by the GetName() method.
Declaration
public static readonly AutomationProperty NameProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
OrientationProperty
Identifies the orientation automation property. The current orientation value is returned by the GetOrientation() method.
Declaration
public static readonly AutomationProperty OrientationProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |