Class AutomationPeer
Inheritance
System.Object
AutomationPeer
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 abstract class AutomationPeer : DependencyObject
Properties
|
Improve this Doc
View Source
EventsSource
Declaration
[NotImplemented]
public AutomationPeer EventsSource { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
GetAcceleratorKey()
Declaration
[NotImplemented]
public string GetAcceleratorKey()
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetAcceleratorKeyCore()
Declaration
[NotImplemented]
protected abstract string GetAcceleratorKeyCore()
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetAccessKey()
Declaration
[NotImplemented]
public string GetAccessKey()
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetAccessKeyCore()
Declaration
[NotImplemented]
protected abstract string GetAccessKeyCore()
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetAutomationControlTypeCore()
Declaration
[NotImplemented]
protected abstract AutomationControlType GetAutomationControlTypeCore()
Returns
|
Improve this Doc
View Source
GetAutomationId()
Declaration
[NotImplemented]
public string GetAutomationId()
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetAutomationIdCore()
Declaration
[NotImplemented]
protected abstract string GetAutomationIdCore()
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetBoundingRectangle()
Declaration
[NotImplemented]
public Rect GetBoundingRectangle()
Returns
|
Improve this Doc
View Source
GetBoundingRectangleCore()
Declaration
[NotImplemented]
protected abstract Rect GetBoundingRectangleCore()
Returns
|
Improve this Doc
View Source
GetChildren()
Declaration
[NotImplemented]
public List<AutomationPeer> GetChildren()
Returns
|
Improve this Doc
View Source
GetChildrenCore()
Declaration
[NotImplemented]
protected abstract List<AutomationPeer> GetChildrenCore()
Returns
|
Improve this Doc
View Source
GetClassName()
Declaration
[NotImplemented]
public string GetClassName()
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetClassNameCore()
Declaration
[NotImplemented]
protected abstract string GetClassNameCore()
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetClickablePoint()
Declaration
[NotImplemented]
public Point GetClickablePoint()
Returns
|
Improve this Doc
View Source
GetClickablePointCore()
Declaration
[NotImplemented]
protected abstract Point GetClickablePointCore()
Returns
|
Improve this Doc
View Source
GetHelpText()
Declaration
[NotImplemented]
public string GetHelpText()
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetHelpTextCore()
Declaration
[NotImplemented]
protected abstract string GetHelpTextCore()
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetItemStatus()
Declaration
[NotImplemented]
public string GetItemStatus()
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetItemStatusCore()
Declaration
[NotImplemented]
protected abstract string GetItemStatusCore()
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetItemType()
Declaration
[NotImplemented]
public string GetItemType()
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetItemTypeCore()
Declaration
[NotImplemented]
protected abstract string GetItemTypeCore()
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetLabeledBy()
Declaration
[NotImplemented]
public AutomationPeer GetLabeledBy()
Returns
|
Improve this Doc
View Source
GetLabeledByCore()
Declaration
[NotImplemented]
protected abstract AutomationPeer GetLabeledByCore()
Returns
|
Improve this Doc
View Source
GetLocalizedControlType()
Declaration
[NotImplemented]
public string GetLocalizedControlType()
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetLocalizedControlTypeCore()
Declaration
[NotImplemented]
protected abstract string GetLocalizedControlTypeCore()
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetName()
Declaration
[NotImplemented]
public string GetName()
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetNameCore()
Declaration
[NotImplemented]
protected abstract string GetNameCore()
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetOrientation()
Declaration
[NotImplemented]
public AutomationOrientation GetOrientation()
Returns
|
Improve this Doc
View Source
GetOrientationCore()
Declaration
[NotImplemented]
protected abstract AutomationOrientation GetOrientationCore()
Returns
|
Improve this Doc
View Source
GetParent()
Declaration
[NotImplemented]
public AutomationPeer GetParent()
Returns
|
Improve this Doc
View Source
GetPattern(PatternInterface)
Declaration
[NotImplemented]
public abstract object GetPattern(PatternInterface patternInterface)
Parameters
Returns
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
HasKeyboardFocus()
Declaration
[NotImplemented]
public bool HasKeyboardFocus()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
HasKeyboardFocusCore()
Declaration
[NotImplemented]
protected abstract bool HasKeyboardFocusCore()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
InvalidatePeer()
Declaration
[NotImplemented]
public void InvalidatePeer()
|
Improve this Doc
View Source
IsContentElement()
Declaration
[NotImplemented]
public bool IsContentElement()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsContentElementCore()
Declaration
[NotImplemented]
protected abstract bool IsContentElementCore()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsControlElement()
Declaration
[NotImplemented]
public bool IsControlElement()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsControlElementCore()
Declaration
[NotImplemented]
protected abstract bool IsControlElementCore()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsEnabled()
Declaration
[NotImplemented]
public bool IsEnabled()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsEnabledCore()
Declaration
[NotImplemented]
protected abstract bool IsEnabledCore()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsKeyboardFocusable()
Declaration
[NotImplemented]
public bool IsKeyboardFocusable()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsKeyboardFocusableCore()
Declaration
[NotImplemented]
protected abstract bool IsKeyboardFocusableCore()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsOffscreen()
Declaration
[NotImplemented]
public bool IsOffscreen()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsOffscreenCore()
Declaration
[NotImplemented]
protected abstract bool IsOffscreenCore()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsPassword()
Declaration
[NotImplemented]
public bool IsPassword()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsPasswordCore()
Declaration
[NotImplemented]
protected abstract bool IsPasswordCore()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
[NotImplemented]
public bool IsRequiredForForm()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
[NotImplemented]
protected abstract bool IsRequiredForFormCore()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ListenerExists(AutomationEvents)
Declaration
[NotImplemented]
public static bool ListenerExists(AutomationEvents eventId)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ProviderFromPeer(AutomationPeer)
Declaration
[NotImplemented]
protected IRawElementProviderSimple ProviderFromPeer(AutomationPeer peer)
Parameters
Returns
|
Improve this Doc
View Source
RaiseAutomationEvent(AutomationEvents)
Declaration
[NotImplemented]
public void RaiseAutomationEvent(AutomationEvents eventId)
Parameters
|
Improve this Doc
View Source
RaisePropertyChangedEvent(AutomationProperty, Object, Object)
Declaration
[NotImplemented]
public void RaisePropertyChangedEvent(AutomationProperty property, object oldValue, object newValue)
Parameters
Type |
Name |
Description |
AutomationProperty |
property |
|
System.Object |
oldValue |
|
System.Object |
newValue |
|
|
Improve this Doc
View Source
SetFocus()
Declaration
[NotImplemented]
public void SetFocus()
|
Improve this Doc
View Source
SetFocusCore()
Declaration
[NotImplemented]
protected abstract void SetFocusCore()
Extension Methods