Class RadMultiColumnComboBoxAutomationPeer
Represent an automation peer type that is used by RadMultiColumnComboBox.
Inheritance
Namespace: Telerik.Windows.Controls.MultiColumnComboBox
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class RadMultiColumnComboBoxAutomationPeer : FrameworkElementAutomationPeer
Constructors
RadMultiColumnComboBoxAutomationPeer(FrameworkElement)
Initializes a new instance of the RadMultiColumnComboBoxAutomationPeer class.
Declaration
public RadMultiColumnComboBoxAutomationPeer(FrameworkElement owner)
Parameters
System.Windows.FrameworkElement
owner
|
Methods
GetChildrenCore()
Gets the collection of GetChildren() elements that are represented in the UI Automation tree as immediate child elements of the automation peer.
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>
|
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.String
|
GetHelpTextCore()
Gets the string that describes the functionality of the ContentElement that is associated with this ContentElementAutomationPeer.
Declaration
protected override string GetHelpTextCore()
Returns
System.String
|
GetItemStatusCore()
Declaration
protected override string GetItemStatusCore()
Returns
System.String
|
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.String
|