ClassFixedDocumentViewerBaseAutomationPeer
Class
Represents FixedDocumentViewerBase automation peer.
Definition
Namespace:Telerik.UI.Automation.Peers
Assembly:Telerik.WinUI.Controls.PdfViewer.dll
Syntax:
cs-api-definition
public abstract class FixedDocumentViewerBaseAutomationPeer : FrameworkElementAutomationPeer
Inheritance: objectFixedDocumentViewerBaseAutomationPeer
Derived Classes:
Constructors
FixedDocumentViewerBaseAutomationPeer(FixedDocumentViewerBase)
Initializes a new instance of the FixedDocumentViewerBaseAutomationPeer class.
Declaration
cs-api-definition
public FixedDocumentViewerBaseAutomationPeer(FixedDocumentViewerBase owner)
Parameters
owner
The owner.
Methods
GetAutomationControlTypeCore()
Declaration
cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetPatternCore(PatternInterface)
Declaration
cs-api-definition
protected override object GetPatternCore(PatternInterface patternInterface)
Parameters
patternInterface
PatternInterface
Returns