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