AutomationElementIdentifiers Fields

AutomationElementIdentifiers Fields

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

The AutomationElementIdentifiers type exposes the following members.

  NameDescription
Public field Static member AcceleratorKeyProperty Identifies the accelerator key automation property. The accelerator key property value is returned by the GetAcceleratorKey method.
Public field Static member AccessKeyProperty Identifies the access key automation property. The access key property value is returned by the GetAccessKey method.
Public field Static member AutomationIdProperty Identifies the automation element identifier automation property. The automation element identifier value is returned by the GetAutomationId method.
Public field Static member BoundingRectangleProperty Identifies the bounding rectangle automation property. The bounding rectangle property value is returned by the GetBoundingRectangle method.
Public field Static member ClassNameProperty Identifies the class name automation property. The class name property value is returned by the GetClassName method.
Public field Static member ClickablePointProperty Identifies the clickable point automation property. A valid clickable point property value is returned by the GetClickablePoint method.
Public field Static member ControlTypeProperty Identifies the control type automation property. The control type property value is returned by the GetAutomationControlType method.
Public field Static member HasKeyboardFocusProperty Identifies the keyboard focus automation property. The keyboard focus state is returned by the HasKeyboardFocus method.
Public field Static member HelpTextProperty Identifies the help text automation property. The help text property value is returned by the GetHelpText method.
Public field Static member 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.
Public field Static member 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.
Public field Static member 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.
Public field Static member IsKeyboardFocusableProperty Identifies the keyboard-focusable determination automation property. The keyboard focusable status is returned by the IsKeyboardFocusable method.
Public field Static member 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.
Public field Static member 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.
Public field Static member 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.
Public field Static member ItemStatusProperty Identifies the item status automation property. The current item status is returned by the GetItemStatus method.
Public field Static member ItemTypeProperty Identifies the item type automation property. The item type value is returned by GetItemType method.
Public field Static member LabeledByProperty Identifies the labeled-by peer automation property. The current label peer is returned by the GetLabeledBy method.
Public field Static member LocalizedControlTypeProperty Identifies the localized control type automation property. The current localized control type is returned by the GetLocalizedControlTypeCore method.
Public field Static member NameProperty Identifies the element name automation property. The current name is returned by the GetName method.
Public field Static member OrientationProperty Identifies the orientation automation property. The current orientation value is returned by the GetOrientation method.
Top

Show:
© 2017 Microsoft