Class DescriptionViewerAutomationPeer
Exposes Description
Inheritance
System.Object
DescriptionViewerAutomationPeer
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.Data.Input.dll
Syntax
public class DescriptionViewerAutomationPeer : FrameworkElementAutomationPeer, IDependencyObject
Constructors
| Improve this Doc View SourceDescriptionViewerAutomationPeer(DescriptionViewer)
Initializes a new instance of the Description
Declaration
public DescriptionViewerAutomationPeer(DescriptionViewer owner)
Parameters
Type | Name | Description |
---|---|---|
Description |
owner | The Description |
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 |
---|---|
Automation |
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. |
The string that contains the name. |
Overrides
| Improve this Doc View SourceGetNameCore()
Called by GetName that gets a human readable name that, in addition to AutomationControlType, differentiates the control represented by this AutomationPeer.
Declaration
protected override string GetNameCore()
Returns
Type | Description |
---|---|
System. |
The string that contains the name. |