An NDoc Documented Class Library

GroupBox Constructor

Initializes a new instance of the GroupBox class.

Overload List

Initializes a new instance of the GroupBox class.

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

 

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

See Also

GroupBox Class | White.Core.UIItems Namespace