An NDoc Documented Class Library

ContainerStatusBar Class

A substitute for the System.Windows.Forms.ContainerStatusBar that allows any control to be hosted in a status bar panel.

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

System.Object
   MarshalByRefObject
      Component
         Control
            StatusBar
               ContainerStatusBar

public class ContainerStatusBar : StatusBar

Remarks

Provides full designer support for adding and customizing panels. To use: Add the Genghis.Windows.Forms.ContainerStatusBar to your toolbox. From the toolbox, add the ContainerStatusBar to your form and use as a normal ContainerStatusBar. To host a control, the control must be a child of the status bar. It can then be set as the value for the HostedControl property on one of the status bar's panels.

Requirements

Namespace: Genghis.Windows.Forms Namespace

Assembly: Genghis.dll

See Also

ContainerStatusBar Members | Genghis.Windows.Forms Namespace