Class RibbonComboBoxAutomationPeer
Automation peer for the RadRibbonComboBox class.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.RibbonView.dll
Syntax
public class RibbonComboBoxAutomationPeer : RadComboBoxAutomationPeer, ISelectionProvider, IValueProvider, IExpandCollapseProvider
Constructors
RibbonComboBoxAutomationPeer(RadRibbonComboBox)
Initializes a new instance of the RibbonComboBoxAutomationPeer class.
Declaration
public RibbonComboBoxAutomationPeer(RadRibbonComboBox owner)
Parameters
RadRibbonComboBox
owner
|
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
An object that exposes the data item to UI automation. |
Overrides
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.String
|
Overrides
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.String
|
Overrides
GetNameCore()
Declaration
protected override string GetNameCore()
Returns
System.String
|