Class FrameworkElementAutomationPeer
Inheritance
System.Object
FrameworkElementAutomationPeer
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 class FrameworkElementAutomationPeer : AutomationPeer
Constructors
|
Improve this Doc
View Source
FrameworkElementAutomationPeer(FrameworkElement)
Declaration
[NotImplemented]
public FrameworkElementAutomationPeer(FrameworkElement owner)
Parameters
Properties
|
Improve this Doc
View Source
Owner
Declaration
[NotImplemented]
public UIElement Owner { get; }
Property Value
Methods
|
Improve this Doc
View Source
CreatePeerForElement(UIElement)
Declaration
[NotImplemented]
public static AutomationPeer CreatePeerForElement(UIElement element)
Parameters
Returns
|
Improve this Doc
View Source
FromElement(UIElement)
Declaration
[NotImplemented]
public static AutomationPeer FromElement(UIElement element)
Parameters
Returns
|
Improve this Doc
View Source
GetAcceleratorKeyCore()
Declaration
[NotImplemented]
protected override string GetAcceleratorKeyCore()
Returns
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
GetAccessKeyCore()
Declaration
[NotImplemented]
protected override string GetAccessKeyCore()
Returns
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
GetAutomationControlTypeCore()
Declaration
[NotImplemented]
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
Overrides
|
Improve this Doc
View Source
GetAutomationIdCore()
Declaration
[NotImplemented]
protected override string GetAutomationIdCore()
Returns
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
GetBoundingRectangleCore()
Declaration
[NotImplemented]
protected override Rect GetBoundingRectangleCore()
Returns
Overrides
|
Improve this Doc
View Source
GetChildrenCore()
Declaration
[NotImplemented]
protected override List<AutomationPeer> GetChildrenCore()
Returns
Overrides
|
Improve this Doc
View Source
GetClassNameCore()
Declaration
[NotImplemented]
protected override string GetClassNameCore()
Returns
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
GetClickablePointCore()
Declaration
[NotImplemented]
protected override Point GetClickablePointCore()
Returns
Overrides
|
Improve this Doc
View Source
GetHelpTextCore()
Declaration
[NotImplemented]
protected override string GetHelpTextCore()
Returns
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
GetItemStatusCore()
Declaration
[NotImplemented]
protected override string GetItemStatusCore()
Returns
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
GetItemTypeCore()
Declaration
[NotImplemented]
protected override string GetItemTypeCore()
Returns
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
GetLabeledByCore()
Declaration
[NotImplemented]
protected override AutomationPeer GetLabeledByCore()
Returns
Overrides
|
Improve this Doc
View Source
GetLocalizedControlTypeCore()
Declaration
[NotImplemented]
protected override string GetLocalizedControlTypeCore()
Returns
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
GetNameCore()
Declaration
[NotImplemented]
protected override string GetNameCore()
Returns
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
GetOrientationCore()
Declaration
[NotImplemented]
protected override AutomationOrientation GetOrientationCore()
Returns
Overrides
|
Improve this Doc
View Source
GetPattern(PatternInterface)
Declaration
[NotImplemented]
public override object GetPattern(PatternInterface patternInterface)
Parameters
Returns
Type |
Description |
System.Object |
|
Overrides
|
Improve this Doc
View Source
HasKeyboardFocusCore()
Declaration
[NotImplemented]
protected override bool HasKeyboardFocusCore()
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
IsContentElementCore()
Declaration
[NotImplemented]
protected override bool IsContentElementCore()
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
IsControlElementCore()
Declaration
[NotImplemented]
protected override bool IsControlElementCore()
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
IsEnabledCore()
Declaration
[NotImplemented]
protected override bool IsEnabledCore()
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
IsKeyboardFocusableCore()
Declaration
[NotImplemented]
protected override bool IsKeyboardFocusableCore()
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
IsOffscreenCore()
Declaration
[NotImplemented]
protected override bool IsOffscreenCore()
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
IsPasswordCore()
Declaration
[NotImplemented]
protected override bool IsPasswordCore()
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
Declaration
[NotImplemented]
protected override bool IsRequiredForFormCore()
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
SetFocusCore()
Declaration
[NotImplemented]
protected override void SetFocusCore()
Overrides
Extension Methods