JavaScript Editor
JavaScript Debugger|
| ||
The StatusBarPanel class supports status bar panels; here is the hierarchy of this class:
You can find the notable public properties of StatusBarPanel objects in Table 10.18, and the notable public methods in Table 10.19.
|
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. |
|
Method |
Means |
|---|---|
|
BeginInit |
Begins the initialization of a panel. |
|
EndInit |
Ends the initialization of a panel. |
|
| ||
Free JavaScript Editor
JavaScript Editor