New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public class RadMultiColumnComboBoxAutomationPeer : FrameworkElementAutomationPeer

Inheritance: objectRadMultiColumnComboBoxAutomationPeer

Constructors

Initializes a new instance of the RadMultiColumnComboBoxAutomationPeer class.

C#
public RadMultiColumnComboBoxAutomationPeer(FrameworkElement owner)
Parameters:ownerFrameworkElement

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.

C#
protected override List<AutomationPeer> GetChildrenCore()
Returns:

List<AutomationPeer>

C#
protected override string GetClassNameCore()
Returns:

string

Gets the string that describes the functionality of the ContentElement that is associated with this ContentElementAutomationPeer.

C#
protected override string GetHelpTextCore()
Returns:

string

C#
protected override string GetItemStatusCore()
Returns:

string

C#
protected override string GetLocalizedControlTypeCore()
Returns:

string