Provides a class that exposes the properties and actions of a RadBook to the accessibility client applications. This class inherits from ItemsControlAutomationPeer and provides automation peer functionality specific to RadBook control. It supports advanced automation features, such as retrieving and serializing properties of the RadBook, handling keyboard navigation, and customizing the control type and help text.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
public class RadBookAutomationPeer : ItemsControlAutomationPeer
Inheritance: objectRadBookAutomationPeer
Constructors
Initializes a new instance of the RadBookAutomationPeer class.
Methods
When overridden in a derived class, creates a new instance of the ItemAutomationPeer for a data item in the collection of this .
protected override ItemAutomationPeer CreateItemAutomationPeer(object item)
The data item that is associated with this ItemAutomationPeer.
Returns:ItemAutomationPeer
The new ItemAutomationPeer created.
When overridden in a derived class, is called by .
protected override AutomationControlType GetAutomationControlTypeCore()
AutomationControlType
The control type, as a value of the enumeration.
When overridden in a derived class, is called by .