BCGSoft.ControlBars Namespace : StatusBarControl Class |
Inherits ContainerControl class of System.Windows.Forms. Implements the functionality of status bar.
In addition to standard features you can add animation, progress bar and subscribe to the StatusBarPaneDoubleClick event that is raised when user double clicks on a status bar pane.
If you create a pane with OwnerDraw style, then status bar raises the DrawItem event when it is about to be redrawn.
Use SetMessageString method in order to define a default text to be drawn on the default panel. This text is always displayed on the default message panel when there is no other text to display (such as message strings for toolbar buttons).
A status bar may have only one default message panel. The Panels property represents the list of status bar panels (panes). Because this collection can raise events, you can modify this collection and properties of its items directly.
'Declaration Public Class StatusBarControl Inherits System.Windows.Forms.ContainerControl
'Usage Dim instance As StatusBarControl
public class StatusBarControl : System.Windows.Forms.ContainerControl
public __gc class StatusBarControl : public System.Windows.Forms.ContainerControl
public ref class StatusBarControl : public System.Windows.Forms.ContainerControl
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
BCGSoft.ControlBars.StatusBarControl
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2