Class FrameAutomationPeer
Exposes Frame types to UI Automation.
Inheritance
System.Object
FrameAutomationPeer
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()
Namespace: System.Windows.Automation.Peers
Assembly: OpenSilver.Controls.Navigation.dll
Syntax
public class FrameAutomationPeer : FrameworkElementAutomationPeer, IDependencyObject
Constructors
| Improve this Doc View SourceFrameAutomationPeer(Frame)
Initializes a new instance of the FrameAutomationPeer class.
Declaration
public FrameAutomationPeer(Frame owner)
Parameters
Type | Name | Description |
---|---|---|
Frame | owner | The Frame. |
Methods
| Improve this Doc View SourceGetAutomationControlTypeCore()
Gets the control type for the element that is associated with the UI Automation peer.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
Type | Description |
---|---|
AutomationControlType | The control type. |
Overrides
| Improve this Doc View SourceGetClassNameCore()
Called by GetClassName that gets a human readable name that, in addition to AutomationControlType, differentiates the control represented by this AutomationPeer.
Declaration
protected override string GetClassNameCore()
Returns
Type | Description |
---|---|
System.String | The string that contains the name. |
Overrides
| Improve this Doc View SourceGetNameCore()
Called by GetName.
Declaration
protected override string GetNameCore()
Returns
Type | Description |
---|---|
System.String | Returns the first of these that is not null or empty:
|