AutomationProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains both abbreviated and detailed UI information that is supplied to accessibility services.
public ref class AutomationProperties
public class AutomationProperties
type AutomationProperties = class
Public Class AutomationProperties
- Inheritance
-
AutomationProperties
Constructors
AutomationProperties() |
Fields
ExcludedWithChildrenProperty |
Bindable property for |
HelpTextProperty |
Obsolete.
Bindable property for |
IsInAccessibleTreeProperty |
Bindable property for |
LabeledByProperty |
Obsolete.
Bindable property for |
NameProperty |
Obsolete.
Bindable property for |
Methods
GetExcludedWithChildren(BindableObject) | |
GetHelpText(BindableObject) |
Returns the help text, if any, for the bindable object. |
GetIsInAccessibleTree(BindableObject) |
Gets a nullable Boolean value that tells whether the bindable object is available to the accessibility system. |
GetLabeledBy(BindableObject) |
Returns the element that labels |
GetName(BindableObject) |
Returns the short, developer-specified, introductory name of the element, such as "Progress Indicator" or "Button". |
SetExcludedWithChildren(BindableObject, Nullable<Boolean>) | |
SetHelpText(BindableObject, String) |
Sets the help text for |
SetIsInAccessibleTree(BindableObject, Nullable<Boolean>) |
Sets a Boolean value that tells whether the bindable object is available to the accessibility system. |
SetLabeledBy(BindableObject, VisualElement) |
Sets another element, such as a Label as the label for |
SetName(BindableObject, String) |
Sets the short, developer-specified, introductory name of the element, such as "Progress Indicator" or "Button". |