An NDoc Documented Class Library

ListControl Constructor

Initializes a new instance of the ListControl class.

Overload List

Initializes a new instance of the ListControl class.

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

 

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

See Also

ListControl Class | White.Core.UIItems.ListBoxItems Namespace