Returns or sets the style of the specified pane of the status bar.
Read-write property
object.Style ( [Pane] ) = [ value ] |
- Pane
- Optional. An Integer that specifies the pane.
Long
Pane is an integer specifying the status bar pane whose style is to be returned or set. The following values are valid for Pane:
Pane | Statusbar Pane |
---|---|
0 | First pane (text pane). |
1 | Second pane (coordinate pane). |
2 | Third pane (scale pane). |
3 | Fourth pane (rocker mode pane). |
If Pane is not specified, the default value of 0 is used. [Optional].
The possible values for the Style property are:
Style | Result |
---|---|
0 | Normal. |
256 | No borders. |
512 | Popout. |
67108864 | Disabled. |
134217728 | Stretch to fill status bar. |