An NDoc Documented Class Library

GroupBox Constructor (AutomationElement, ActionListener)

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

See Also

GroupBox Class | White.Core.UIItems Namespace | GroupBox Constructor Overload List