Class DescriptionViewerAutomationPeer
Exposes DescriptionViewer types to UI Automation.
Inheritance
System.Object
DescriptionViewerAutomationPeer
Inherited Members
Namespace: System.Windows.Automation.Peers
Assembly: Controls.Data.Input.OpenSilver.dll
Syntax
public class DescriptionViewerAutomationPeer : FrameworkElementAutomationPeer
Constructors
| Improve this Doc View SourceDescriptionViewerAutomationPeer(DescriptionViewer)
Initializes a new instance of the DescriptionViewerAutomationPeer class.
Declaration
public DescriptionViewerAutomationPeer(DescriptionViewer owner)
Parameters
Type | Name | Description |
---|---|---|
DescriptionViewer | owner | The DescriptionViewer that is associated with this DescriptionViewerAutomationPeer. |
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 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.String | The string that contains the name. |