Class RadPdfViewerAutomationPeer
Represents RadPdfViewer automation peer.
Inherited Members
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
public class RadPdfViewerAutomationPeer : FixedDocumentViewerBaseAutomationPeer
Constructors
RadPdfViewerAutomationPeer(RadPdfViewer)
Initializes a new instance of the RadPdfViewerAutomationPeer class.
Declaration
public RadPdfViewerAutomationPeer(RadPdfViewer owner)
Parameters
RadPdfViewer
owner
The owner. |
Methods
GetHelpTextCore()
Gets the string that describes the functionality of the System.Windows.ContentElement that is associated with this System.Windows.Automation.Peers.ContentElementAutomationPeer. Called by System.Windows.Automation.Peers.AutomationPeer.GetHelpText.
Declaration
protected override string GetHelpTextCore()
Returns
System.String
The help text, usually from the System.Windows.Controls.ToolTip, or System.String.Empty if there is no help text. |