The
Panel object identifies a panel area in the status bar control. The Panel
object supports the following properties and methods:
| | Name | Description | |
| | Alignment | Gets or sets the alignment of text and icons within the status bar panel. | |
| | BackColor | Specifies the background color or the visual appearance of the panel. | |
| | BackColorPercent | Specifies the background color or the visual appearance of the percent bar in the panel. | |
| | BackgroundExt | Indicates additional colors, text, images that can be displayed on the panel's background using the EBN string format. | |
| | BackgroundExtValue | Specifies at runtime, the value of the giving property for specified part of the background extension. | |
| | Bold | Specifies whether the text in the panel appears in bold. | |
| | ControlID | Specifies the program identifier being shown in the panel. | |
| | Enabled | Specifies whether the panel is enabled or disabled. | |
| | ForeColor | Specifies the foreground color of the text in the panel. | |
| | Height | Specifies the height in pixels of the panel. | |
| | Image | Gets or sets the index of the icon to display within the status bar panel. | |
| | Index | Retrieves the identifier of the panel in the status bar. | |
| | Italic | Specifies whether the text in the panel appears in italic. | |
| | License | Specifies the runtime license required to create the user control inside the panel. | |
| | Object | Retrieves the inside control being created by ControlID property. | |
| | Offset | Specifies the offset to apply when text is being diplayed. | |
| | OffsetPercent | Specifies the offset to apply when the percent bar is displayed on the panel. | |
| | OwnerDraw | Specifies whether the user is responsible with painting the panel in the status bar control. | |
| | Percent | Specifies the percent to display the background. | |
| | StrikeOut | Specifies whether the text in the panel appears as strikeout. | |
| | Text | Gets or sets the text of the status bar panel. | |
| | ToolTipText | Gets or sets ToolTip text associated with the status bar panel. | |
| | ToolTipTitle | Gets or sets ToolTip title associated with the status bar panel. | |
| | Transparency | Specifies the transparency to display the text in the panel. | |
| | Underline | Specifies whether the text in the panel appears as underlined. | |
| | UserData | Associates an extra data to the panel. | |
| | Width | Specifies the width in pixels of the panel. | |
| | WordWrap | Specifies whether the text is word wrapping in the panel. | |