This documentation is archived and is not being maintained.
AutomationProperties Class
Visual Studio 2010
Provides a means of getting or setting the value of the associated properties of the instance of the AutomationPeer element.
Assembly: PresentationCore (in PresentationCore.dll)
The AutomationProperties type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | 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. |
![]() | 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. |
![]() | 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. |
![]() | Name | Gets or sets the name of the element. |
| Name | Description | |
|---|---|---|
![]() ![]() | GetAcceleratorKey | Gets the AcceleratorKey attached property for the specified DependencyObject. |
![]() ![]() | GetAccessKey | Gets the AccessKey attached property for the specified DependencyObject. |
![]() ![]() | GetAutomationId | Gets the AutomationId attached property for the specified DependencyObject. |
![]() ![]() | GetHelpText | Gets the HelpText attached property for the specified DependencyObject. |
![]() ![]() | GetIsColumnHeader | Gets the IsColumnHeader attached property for the specified DependencyObject. |
![]() ![]() | GetIsRequiredForForm | Gets the IsRequiredForForm attached property for the specified DependencyObject. |
![]() ![]() | GetIsRowHeader | Gets the IsRowHeader attached property for the specified DependencyObject. |
![]() ![]() | GetItemStatus | Gets the ItemStatus attached property for the specified DependencyObject. |
![]() ![]() | GetItemType | Gets the ItemType attached property for the specified DependencyObject. |
![]() ![]() | GetLabeledBy | Gets the LabeledBy attached property for the specified DependencyObject. |
![]() ![]() | GetName | Gets the Name attached property for the specified DependencyObject. |
![]() ![]() | SetAcceleratorKey | Sets the AcceleratorKey attached property for the specified DependencyObject. |
![]() ![]() | SetAccessKey | Sets the AccessKey attached property for the specified DependencyObject. |
![]() ![]() | SetAutomationId | Sets the AutomationId attached property for the specified DependencyObject. |
![]() ![]() | SetHelpText | Sets the HelpText attached property for the specified DependencyObject. |
![]() ![]() | SetIsColumnHeader | Sets the IsColumnHeader attached property for the specified DependencyObject. |
![]() ![]() | SetIsRequiredForForm | Sets the IsRequiredForForm attached property for the specified DependencyObject. |
![]() ![]() | SetIsRowHeader | Sets the IsRowHeader attached property for the specified DependencyObject. |
![]() ![]() | SetItemStatus | Sets the ItemStatus attached property for the specified DependencyObject. |
![]() ![]() | SetItemType | Sets the ItemType attached property for the specified DependencyObject. |
![]() ![]() | SetLabeledBy | Sets the LabeledBy attached property. |
![]() ![]() | SetName | Sets the Name attached property. |
| Name | Description | |
|---|---|---|
![]() ![]() | AcceleratorKeyProperty | Identifies the AcceleratorKey attached property. |
![]() ![]() | AccessKeyProperty | Identifies the AccessKey attached property. |
![]() ![]() | AutomationIdProperty | Identifies the AutomationId attached property. |
![]() ![]() | HelpTextProperty | Identifies the HelpText attached property. |
![]() ![]() | IsColumnHeaderProperty | Identifies the IsColumnHeader attached 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. |
![]() ![]() | NameProperty | Identifies the Name attached property. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
