Interface IComboBoxRadRawElementProviderFragment
Inherited Members
Namespace: Telerik.WinControls.UIAutomation.ComboBox
Assembly: Telerik.WinControls.UI.dll
Syntax
public interface IComboBoxRadRawElementProviderFragment : IRadRawElementProviderFragment, IRawElementProviderFragment, IRawElementProviderSimple
Properties
DropDownListElement
Represents UI Automation provider associated with a ComboBox control.
Declaration
RadDropDownListElement DropDownListElement { get; }
Property Value
RadDropDownListElement
|