ClassDataFormComboBoxFieldAutomationPeer
Class
An AutomationPeer type for DataFormComboBoxField.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
cs-api-definition
public class DataFormComboBoxFieldAutomationPeer : DataFormDataFieldAutomationPeer
Inheritance: objectDataFormDataFieldAutomationPeerDataFormComboBoxFieldAutomationPeer
Inherited Members
Constructors
DataFormComboBoxFieldAutomationPeer(DataFormComboBoxField)
Initializes a new instance of the DataFormComboBoxFieldAutomationPeer class.
Declaration
cs-api-definition
public DataFormComboBoxFieldAutomationPeer(DataFormComboBoxField comboBoxField)
Parameters
comboBoxField
The data field.
Properties
OwningComboBoxField
Gets the owning ComboBoxField control.
Declaration
cs-api-definition
public DataFormComboBoxField OwningComboBoxField { get; }
Property Value
The owning data field.
Methods
GetAutomationIdCore()
Declaration
cs-api-definition
protected override string GetAutomationIdCore()
Returns
Overrides
GetItemStatusCore()
Declaration
cs-api-definition
protected override string GetItemStatusCore()
Returns
Overrides
GetLocalizedControlTypeCore()
Declaration
cs-api-definition
protected override string GetLocalizedControlTypeCore()
Returns
Overrides