An NDoc Documented Class Library

UIItemContainer Constructor (AutomationElement, ActionListener, InitializeOption, WindowSession)

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

See Also

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