AutomationElementIdentifiers Fields

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The AutomationElementIdentifiers type exposes the following members.

Fields

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

Top