Class RadBookItemAutomationPeer
UI Automation Peer class for RadBookItem.
Inheritance
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class RadBookItemAutomationPeer : ItemAutomationPeer
Constructors
RadBookItemAutomationPeer(RadBookItem)
Initializes a new instance of the RadBookItemAutomationPeer class.
Declaration
public RadBookItemAutomationPeer(RadBookItem owner)
Parameters
RadBookItem
owner
|
Methods
GetAutomationControlTypeCore()
When overridden in a derived class, is called by System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.Windows.Automation.Peers.AutomationControlType
The control type, as a value of the enumeration. |
GetClassNameCore()
Returns the name of the System.Windows.UIElement that is associated with this System.Windows.Automation.Peers.FrameworkElementAutomationPeer. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetClassName.
Declaration
protected override string GetClassNameCore()
Returns
System.String
The name of the owner type that is associated with this System.Windows.Automation.Peers.FrameworkElementAutomationPeer. See "Notes for Inheritors". |
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.String
|
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.String
|
GetNameCore()
When overridden in a derived class, is called by System.Windows.Automation.Peers.AutomationPeer.GetName.
Declaration
protected override string GetNameCore()
Returns
System.String
The name. |
GetPattern(PatternInterface)
Returns the object that supports the specified control pattern of the element that is associated with this automation peer.
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System.Windows.Automation.Peers.PatternInterface
patternInterface
An enumeration value that specifies the control pattern. |
Returns
System.Object
An object that supports the control pattern if |