Represents the automation peer for a RadBookItem. This class provides the required methods to interact with the UI Automation framework and expose properties of a RadBookItem to assistive technologies. It extends the ItemAutomationPeer class to provide automation support for elements within a RadBook, allowing for retrieval of control patterns, properties, and the status of the individual book items.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
public class RadBookItemAutomationPeer : ItemAutomationPeer
Inheritance: objectRadBookItemAutomationPeer
Constructors
Initializes a new instance of the RadBookItemAutomationPeer class.
public RadBookItemAutomationPeer(object owner, ItemsControlAutomationPeer peer)
Methods
When overridden in a derived class, is called by .
protected override AutomationControlType GetAutomationControlTypeCore()
AutomationControlType
The control type, as a value of the enumeration.
Returns the name of the UIElement that is associated with this . This method is called by .
protected override string GetClassNameCore()
The name of the owner type that is associated with this . See "Notes for Inheritors".
When overridden in a derived class, is called by .
Returns the object that supports the specified control pattern of the element that is associated with this automation peer.
public override object GetPattern(PatternInterface patternInterface)
An enumeration value that specifies the control pattern.
Returns:An object that supports the control pattern if patternInterface
is a supported value; otherwise, null.