Class
RadMultiColumnComboBoxAutomationPeer

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:

cs-api-definition
public class RadMultiColumnComboBoxAutomationPeer : FrameworkElementAutomationPeer

Inheritance: objectRadMultiColumnComboBoxAutomationPeer

Constructors

RadMultiColumnComboBoxAutomationPeer(FrameworkElement)

Initializes a new instance of the RadMultiColumnComboBoxAutomationPeer class.

Declaration

cs-api-definition
public RadMultiColumnComboBoxAutomationPeer(FrameworkElement owner)

Parameters

owner

FrameworkElement

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

cs-api-definition
protected override List<AutomationPeer> GetChildrenCore()

Returns

List<AutomationPeer>

GetHelpTextCore()

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

Declaration

cs-api-definition
protected override string GetHelpTextCore()

Returns

string

GetLocalizedControlTypeCore()

Declaration

cs-api-definition
protected override string GetLocalizedControlTypeCore()

Returns

string