An NDoc Documented Class Library

UIItemContainer Constructor

Initializes a new instance of the UIItemContainer class.

Overload List

Initializes a new instance of the UIItemContainer class.

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

 

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

 

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

See Also

UIItemContainer Class | White.Core.UIItems Namespace