Represents an automation peer for the RadMultiColumnComboBox control, facilitating the integration of UI Automation features. This class extends the to provide necessary properties and methods that allow UI Automation clients to interact with the RadMultiColumnComboBox.
The automation peer provides information about its associated control, including child elements, help text, and custom properties. It also supports advanced automation scenarios by exposing specific features of the RadMultiColumnComboBox, such as selection, content display, layout options, and user interactions.
Definition
Namespace:Telerik.Windows.Controls.MultiColumnComboBox
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
public class RadMultiColumnComboBoxAutomationPeer : FrameworkElementAutomationPeer
Inheritance: objectRadMultiColumnComboBoxAutomationPeer
Constructors
Initializes a new instance of the RadMultiColumnComboBoxAutomationPeer class.
public RadMultiColumnComboBoxAutomationPeer(FrameworkElement owner)
Methods
GetChildrenCore()
List<AutomationPeer>
Gets the collection of GetChildren() elements that are represented in the UI Automation tree as immediate child elements of the automation peer.
Gets the string that describes the functionality of the ContentElement that is associated with this ContentElementAutomationPeer.