An NDoc Documented Class Library

StatusStrip Class

For a list of all members of this type, see StatusStrip Members.

System.Object
   White.Core.UIItems.UIItem
      White.Core.UIItems.UIItemContainer
         White.Core.UIItems.WindowStripControls.ContainerStrip
            White.Core.UIItems.WindowStripControls.StatusStrip

[Visual Basic]
Public Class StatusStrip
    Inherits ContainerStrip
    Implements MenuContainer
[C#]
public class StatusStrip : ContainerStrip, MenuContainer
[C++]
public __gc class StatusStrip : public ContainerStrip, MenuContainer
[JScript]
public class StatusStrip extends ContainerStrip, MenuContainer

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: White.Core.UIItems.WindowStripControls

Assembly: White.Core (in White.Core.dll)

See Also

StatusStrip Members | White.Core.UIItems.WindowStripControls Namespace