Class RadComboBoxAutomationPeer
The AutomationPeer associated with the RadComboBox class.
Inheritance
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public class RadComboBoxAutomationPeer : SelectorAutomationPeer, IValueProvider, IExpandCollapseProvider
Constructors
RadComboBoxAutomationPeer(RadComboBox)
Initializes a new instance of the Rad
Declaration
public RadComboBoxAutomationPeer(RadComboBox owner)
Parameters
Rad The owner. |
Properties
CanSelectMultiple
Gets a value that specifies whether the UI Automation provider allows more than one child element to be selected concurrently.
Declaration
public bool CanSelectMultiple { get; }
Property Value
System.
|
Methods
CreateItemAutomationPeer(Object)
When overridden in a derived class, creates a new instance of the System.
Declaration
protected override ItemAutomationPeer CreateItemAutomationPeer(object item)
Parameters
System. The data item that is associated with this System. |
Returns
System. An object that exposes the data item to UI automation. |
GetAutomationControlTypeCore()
Returns the control type for the System.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System. A value of the enumeration. |
GetChildrenCore()
Gets the collection of child elements of the System.
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
System. The collection of child elements. |
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.
|
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.
|
GetItemStatusCore()
Declaration
protected override string GetItemStatusCore()
Returns
System.
|
GetPattern(PatternInterface)
Gets the pattern.
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System. The pattern. |
Returns
System.
|
GetSelection()
Retrieves a UI Automation provider for each child element that is selected.
Declaration
public IRawElementProviderSimple[] GetSelection()
Returns
System.
|
IsControlElementCore()
Returns a value that indicates whether the element that is associated with this System.
Declaration
protected override bool IsControlElementCore()
Returns
System. True if the element is interactive; otherwise, false. |