Class RadOutlookBarAutomationPeer
UI Automation Peer class for the RadOutlookBar class.
Inherited Members
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class RadOutlookBarAutomationPeer : RadTabControlAutomationPeer, ISelectionProvider
Constructors
RadOutlookBarAutomationPeer(RadOutlookBar)
Initializes a new instance of the RadOutlookBarAutomationPeer class.
Declaration
public RadOutlookBarAutomationPeer(RadOutlookBar owner)
Parameters
RadOutlookBar
owner
The RadOutlookBar that will be associated with newly created RadOutlookBarAutomationPeer object. |
Methods
CreateItemAutomationPeer(Object)
When overridden in a derived class, creates a new instance of the System.Windows.Automation.Peers.ItemAutomationPeer for a data item in the System.Windows.Controls.ItemsControl.Items collection of this System.Windows.Controls.ItemsControl.
Declaration
protected override ItemAutomationPeer CreateItemAutomationPeer(object item)
Parameters
System.Object
item
The data item that is associated with this System.Windows.Automation.Peers.ItemAutomationPeer. |
Returns
System.Windows.Automation.Peers.ItemAutomationPeer
The new System.Windows.Automation.Peers.ItemAutomationPeer created. |
Overrides
GetAutomationControlTypeCore()
Gets the control type for the System.Windows.UIElement that is associated with this System.Windows.Automation.Peers.UIElementAutomationPeer. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.Windows.Automation.Peers.AutomationControlType
|
Overrides
GetChildrenCore()
Gets the collection of Telerik.Windows.Controls.AutomationPeer elements that are associated with children RadTabItem elements of the owner RadTabControl. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetChildren.
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>
The collection of child elements. |
Overrides
GetClassNameCore()
Gets the name of the System.Windows.UIElement that is associated with this System.Windows.Automation.Peers.UIElementAutomationPeer. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetClassName.
Declaration
protected override string GetClassNameCore()
Returns
System.String
An System.String.Empty string. |
Overrides
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.String
|
Overrides
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.String
|