ClassRibbonComboBoxAutomationPeer
Class
Automation peer for the RadRibbonComboBox class.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.RibbonView.dll
Syntax:
cs-api-definition
public class RibbonComboBoxAutomationPeer : RadComboBoxAutomationPeer, IValueProvider, IExpandCollapseProvider
Inheritance: objectRadComboBoxAutomationPeerRibbonComboBoxAutomationPeer
Implements:
Inherited Members
Constructors
RibbonComboBoxAutomationPeer(RadRibbonComboBox)
Initializes a new instance of the RibbonComboBoxAutomationPeer class.
Declaration
cs-api-definition
public RibbonComboBoxAutomationPeer(RadRibbonComboBox owner)
Parameters
owner
Methods
CreateItemAutomationPeer(object)
When overridden in a derived class, creates a new instance of the ItemAutomationPeer for a data item in the collection of this .
Declaration
cs-api-definition
protected override ItemAutomationPeer CreateItemAutomationPeer(object item)
Parameters
item
The data item that is associated with this ItemAutomationPeer.
Returns
ItemAutomationPeer
An object that exposes the data item to UI automation.
Overrides