An NDoc Documented Class Library

ComboBox Constructor

Initializes a new instance of the ComboBox class.

Overload List

Initializes a new instance of the ComboBox class.

[Visual Basic] Protected Sub New()
[C#] protected ComboBox();
[C++] protected: ComboBox();
[JScript] protected function ComboBox();

 

[Visual Basic] Public Sub New(ByVal AutomationElement,ByVal ActionListener)
[C#] public ComboBox(AutomationElement,ActionListener);
[C++] public: ComboBox(AutomationElement*,ActionListener*);
[JScript] public function ComboBox(AutomationElement,ActionListener);

See Also

ComboBox Class | White.Core.UIItems.ListBoxItems Namespace