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.
Provides a means of getting or setting the value of the associated properties of the instance of the AutomationPeer element.
public ref class AutomationProperties abstract sealed
public static class AutomationProperties
type AutomationProperties = class
Public Class AutomationProperties
- Inheritance
-
AutomationProperties
Fields
AcceleratorKeyProperty |
Identifies the AcceleratorKey attached property. |
AccessKeyProperty |
Identifies the AccessKey attached property. |
AutomationIdProperty |
Identifies the AutomationId attached property. |
HeadingLevelProperty | |
HelpTextProperty |
Identifies the HelpText attached property. |
IsColumnHeaderProperty |
Identifies the IsColumnHeader attached property. |
IsDialogProperty | |
IsOffscreenBehaviorProperty |
Identifies the IsOffscreenBehavior dependency property. |
IsRequiredForFormProperty |
Identifies the IsRequiredForForm attached property. |
IsRowHeaderProperty |
Identifies the IsRowHeader attached property. |
ItemStatusProperty |
Identifies the ItemStatus attached property. |
ItemTypeProperty |
Identifies the ItemType attached property. |
LabeledByProperty |
Identifies the LabeledBy attached property. |
LiveSettingProperty |
Identifies the LiveSetting attached property. |
NameProperty |
Identifies the Name attached property. |
PositionInSetProperty |
Identifies the |
SizeOfSetProperty |
Identifies the |
Attached Properties
AcceleratorKey |
Gets or sets the accelerator key for the specified element. |
AccessKey |
Gets or sets the access key for the specified element. |
AutomationId |
Gets or set the string that uniquely identifies the specified element. |
HeadingLevel | |
HelpText |
Gets or sets the help text for the specified element. The help text generally is the same text that is provided in the tooltip for the control. |
IsColumnHeader |
Gets or sets a value indicating whether the specified element is a column header. |
IsDialog | |
IsOffscreenBehavior |
Gets or sets a value that specifies how the IsOffscreen() property is determined. |
IsRequiredForForm |
Gets or sets a value that indicates whether the specified element is required to be filled out on a form. |
IsRowHeader |
Gets or sets a value indicating whether the specified element is a row header. |
ItemStatus |
Gets or sets a description of the status of an item within an element. |
ItemType |
Gets or sets a description of the type of the specified element. |
LabeledBy |
Gets or sets the element that contains the text label for the specified element. |
LiveSetting |
Gets or sets a value that describes the notification characteristics of a particular live region. |
Name |
Gets or sets the name of the element. |
PositionInSet |
Gets or sets the ordinal location of this element within a set of elements that are considered to be siblings. |
SizeOfSet |
Gets or sets the count of automation elements in a group or set that are considered to be siblings. |