Class
FixedDocumentViewerBaseAutomationPeer

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: RadPdfViewerAutomationPeer

Constructors

FixedDocumentViewerBaseAutomationPeer(FixedDocumentViewerBase)

Initializes a new instance of the FixedDocumentViewerBaseAutomationPeer class.

Declaration

cs-api-definition
public FixedDocumentViewerBaseAutomationPeer(FixedDocumentViewerBase owner)

Parameters

owner

FixedDocumentViewerBase

The owner.

Methods

GetAutomationControlTypeCore()

Declaration

cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType

GetClassNameCore()

Declaration

cs-api-definition
protected override string GetClassNameCore()

Returns

string

GetPatternCore(PatternInterface)

Declaration

cs-api-definition
protected override object GetPatternCore(PatternInterface patternInterface)

Parameters

patternInterface

PatternInterface

Returns

object