An NDoc Documented Class Library

WinFormComboBox Constructor (AutomationElement, ActionListener)

[Visual Basic]
Public Sub New( _ 
   ByVal automationElement As AutomationElement, _ 
   ByVal actionListener As ActionListener _ 
)
[C#]
public WinFormComboBox(
   AutomationElement automationElement,
   ActionListener actionListener
);
[C++]
public: WinFormComboBox(
   AutomationElement* automationElement,
   ActionListener* actionListener
);
[JScript]
public function WinFormComboBox(
   AutomationElement automationElement,
   ActionListener actionListener
);

See Also

WinFormComboBox Class | White.Core.UIItems.ListBoxItems Namespace | WinFormComboBox Constructor Overload List