Class AutomationProperties
Inheritance
System.Object
AutomationProperties
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public static class AutomationProperties
Fields
|
Improve this Doc
View Source
AcceleratorKeyProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty AcceleratorKeyProperty
Field Value
|
Improve this Doc
View Source
AccessKeyProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty AccessKeyProperty
Field Value
|
Improve this Doc
View Source
AutomationIdProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty AutomationIdProperty
Field Value
|
Improve this Doc
View Source
HelpTextProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty HelpTextProperty
Field Value
|
Improve this Doc
View Source
Declaration
[NotImplemented]
public static readonly DependencyProperty IsRequiredForFormProperty
Field Value
|
Improve this Doc
View Source
ItemStatusProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty ItemStatusProperty
Field Value
|
Improve this Doc
View Source
ItemTypeProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty ItemTypeProperty
Field Value
|
Improve this Doc
View Source
LabeledByProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty LabeledByProperty
Field Value
|
Improve this Doc
View Source
NameProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty NameProperty
Field Value
Methods
|
Improve this Doc
View Source
GetAcceleratorKey(DependencyObject)
Declaration
[NotImplemented]
public static string GetAcceleratorKey(DependencyObject element)
Parameters
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetAccessKey(DependencyObject)
Declaration
[NotImplemented]
public static string GetAccessKey(DependencyObject element)
Parameters
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetAutomationId(DependencyObject)
Declaration
[NotImplemented]
public static string GetAutomationId(DependencyObject element)
Parameters
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetHelpText(DependencyObject)
Declaration
[NotImplemented]
public static string GetHelpText(DependencyObject element)
Parameters
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
[NotImplemented]
public static bool GetIsRequiredForForm(DependencyObject element)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetItemStatus(DependencyObject)
Declaration
[NotImplemented]
public static string GetItemStatus(DependencyObject element)
Parameters
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetItemType(DependencyObject)
Declaration
[NotImplemented]
public static string GetItemType(DependencyObject element)
Parameters
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetLabeledBy(DependencyObject)
Declaration
[NotImplemented]
public static UIElement GetLabeledBy(DependencyObject element)
Parameters
Returns
|
Improve this Doc
View Source
GetName(DependencyObject)
Declaration
[NotImplemented]
public static string GetName(DependencyObject element)
Parameters
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SetAcceleratorKey(DependencyObject, String)
Declaration
[NotImplemented]
public static void SetAcceleratorKey(DependencyObject element, string value)
Parameters
|
Improve this Doc
View Source
SetAccessKey(DependencyObject, String)
Declaration
[NotImplemented]
public static void SetAccessKey(DependencyObject element, string value)
Parameters
|
Improve this Doc
View Source
SetAutomationId(DependencyObject, String)
Declaration
[NotImplemented]
public static void SetAutomationId(DependencyObject element, string value)
Parameters
|
Improve this Doc
View Source
SetHelpText(DependencyObject, String)
Declaration
[NotImplemented]
public static void SetHelpText(DependencyObject element, string value)
Parameters
|
Improve this Doc
View Source
Declaration
[NotImplemented]
public static void SetIsRequiredForForm(DependencyObject element, bool value)
Parameters
|
Improve this Doc
View Source
SetItemStatus(DependencyObject, String)
Declaration
[NotImplemented]
public static void SetItemStatus(DependencyObject element, string value)
Parameters
|
Improve this Doc
View Source
SetItemType(DependencyObject, String)
Declaration
[NotImplemented]
public static void SetItemType(DependencyObject element, string value)
Parameters
|
Improve this Doc
View Source
SetLabeledBy(DependencyObject, UIElement)
Declaration
[NotImplemented]
public static void SetLabeledBy(DependencyObject element, UIElement value)
Parameters
|
Improve this Doc
View Source
SetName(DependencyObject, String)
Declaration
[NotImplemented]
public static void SetName(DependencyObject element, string value)
Parameters