ClassRadComboBoxItemAutomationPeer
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
RadComboBoxItemAutomationPeer(object, RadComboBoxAutomationPeer)
Initializes a new instance of the RadComboBoxItemAutomationPeer class.
Declaration
public RadComboBoxItemAutomationPeer(object item, RadComboBoxAutomationPeer radComboBoxAutomationPeer)
Parameters
item
radComboBoxAutomationPeer
Properties
IsSelected
Gets a value that indicates whether associated RadComboBoxItem is selected or not.
SelectionContainer
Gets the IRawElementProviderSimple for the RadComboBoxItemAutomationPeer.
Declaration
public IRawElementProviderSimple SelectionContainer { get; }
Property Value
IRawElementProviderSimple
Methods
AddToSelection()
Adds the current element to the collection of selected items.
Declaration
public void AddToSelection()
GetAutomationControlTypeCore()
Gets the control type for this RadComboBoxItemAutomationPeer.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetLocalizedControlTypeCore()
When overridden in a derived class, is called by .
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
The type of the control.
GetNameCore()
Returns the core name for the RadComboboxItemAutomationPeer.
GetPattern(PatternInterface)
Gets the control pattern for this RadComboBoxItemAutomationPeer.
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
patternInterface
PatternInterface
Returns
RemoveFromSelection()
Removes the current element to the collection of selected items.
Declaration
public void RemoveFromSelection()
ScrollIntoView()
Scrolls the content area of a container object in order to display the control within the visible region (viewport) of the container.
Declaration
public void ScrollIntoView()
Select()
Deselects any selected items and then selects the current element.
Declaration
public void Select()