The AutomationPeer associated with the RadComboBoxItem class.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
public class RadComboBoxItemAutomationPeer : SelectorItemAutomationPeer, ISelectionItemProvider, IScrollItemProvider
Inheritance: objectRadComboBoxItemAutomationPeer
Derived Classes:
Implements:
Constructors
Initializes a new instance of the RadComboBoxItemAutomationPeer class.
public RadComboBoxItemAutomationPeer(object item, RadComboBoxAutomationPeer radComboBoxAutomationPeer)
Properties
Gets a value that indicates whether associated RadComboBoxItem is selected or not.
public bool IsSelected { get; }
SelectionContainer
IRawElementProviderSimple
Gets the IRawElementProviderSimple for the RadComboBoxItemAutomationPeer.
public IRawElementProviderSimple SelectionContainer { get; }
Methods
Adds the current element to the collection of selected items.
public void AddToSelection()
Gets the control type for this RadComboBoxItemAutomationPeer.
protected override AutomationControlType GetAutomationControlTypeCore()
AutomationControlType
When overridden in a derived class, is called by .
Returns the core name for the RadComboboxItemAutomationPeer.
Gets the control pattern for this RadComboBoxItemAutomationPeer.
public override object GetPattern(PatternInterface patternInterface)
Removes the current element to the collection of selected items.
public void RemoveFromSelection()
Scrolls the content area of a container object in order to display the control within the visible region (viewport) of the container.
public void ScrollIntoView()
Deselects any selected items and then selects the current element.
public void Select()