An NDoc Documented Class Library

ListBox Constructor

Initializes a new instance of the ListBox class.

Overload List

Initializes a new instance of the ListBox class.

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

 

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

See Also

ListBox Class | White.Core.UIItems.ListBoxItems Namespace