JavaScript Editor JavaScript Editor     JavaScript Debugger

Previous Section Next Section

Main Page

Using the StatusBarPanel Class

The StatusBarPanel class supports status bar panels; here is the hierarchy of this class:

Object
   MarshalByRefObject
      Component
         StatusBarPanel

You can find the notable public properties of StatusBarPanel objects in Table 10.18, and the notable public methods in Table 10.19.

Table 10.18: Noteworthy public properties of StatusBarPanel objects.

Property

Means

Alignment

Gets/sets the panel's alignment.

BorderStyle

Gets/sets the panel's border style.

Icon

Gets/sets the icon for this panel.

MinWidth

Gets/sets the minimum width for the panel.

Parent

Gets the status bar that contains the panel.

Style

Gets/sets the style of the panel.

Text

Gets/sets the text of the panel.

ToolTipText

Gets/sets the panel's ToolTip text.

Width

Gets/sets the width of the panel.

Table 10.19: Noteworthy public methods of StatusBarPanel objects.

Method

Means

BeginInit

Begins the initialization of a panel.

EndInit

Ends the initialization of a panel.

Previous Section Next Section




JavaScript Editor Free JavaScript Editor     JavaScript Editor