Initializes a new instance of the StatusStrip class.
Initializes a new instance of the StatusStrip class.
[Visual Basic] Protected Sub New()
[C#] protected StatusStrip();
[C++] protected: StatusStrip();
[JScript] protected function StatusStrip();
[Visual Basic] Public Sub New(ByVal AutomationElement,ByVal ActionListener)
[C#] public StatusStrip(AutomationElement,ActionListener);
[C++] public: StatusStrip(AutomationElement*,ActionListener*);
[JScript] public function StatusStrip(AutomationElement,ActionListener);
StatusStrip Class | White.Core.UIItems.WindowStripControls Namespace