Class FixedDocumentViewerBaseAutomationPeer
Represents FixedDocumentViewerBase automation peer.
Inheritance
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
public abstract class FixedDocumentViewerBaseAutomationPeer : FrameworkElementAutomationPeer
Constructors
FixedDocumentViewerBaseAutomationPeer(FixedDocumentViewerBase)
Initializes a new instance of the Fixed
Declaration
public FixedDocumentViewerBaseAutomationPeer(FixedDocumentViewerBase owner)
Parameters
Fixed The owner. |
Methods
GetAutomationControlTypeCore()
Gets the control type for the System.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System. The System. |
GetChildrenCore()
Gets the collection of child elements of the System.
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
System. A list of child System. |
GetClassNameCore()
Gets the name of the System.
Declaration
protected override string GetClassNameCore()
Returns
System. An System. |
GetHelpTextCore()
Gets the string that describes the functionality of the System.
Declaration
protected override string GetHelpTextCore()
Returns
System. The help text, usually from the System. |
GetItemStatusCore()
Gets a string that communicates the visual status of the System.
Declaration
protected override string GetItemStatusCore()
Returns
System. The string that contains the System. |
GetPattern(PatternInterface)
Gets the control pattern for the System.
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System. A value from the enumeration. |
Returns
System. An object that implements the System. |