Panel object
The Panel object identifies a panel area in the status bar control. The Panel object supports the following properties and methods:

NameDescription
AlignmentGets or sets the alignment of text and icons within the status bar panel.
BackColorSpecifies the background color or the visual appearance of the panel.
BackColorPercentSpecifies the background color or the visual appearance of the percent bar in the panel.
BackgroundExtIndicates additional colors, text, images that can be displayed on the panel's background using the EBN string format.
BackgroundExtValueSpecifies at runtime, the value of the giving property for specified part of the background extension.
BoldSpecifies whether the text in the panel appears in bold.
ControlIDSpecifies the program identifier being shown in the panel.
EnabledSpecifies whether the panel is enabled or disabled.
ForeColorSpecifies the foreground color of the text in the panel.
HeightSpecifies the height in pixels of the panel.
ImageGets or sets the index of the icon to display within the status bar panel.
IndexRetrieves the identifier of the panel in the status bar.
ItalicSpecifies whether the text in the panel appears in italic.
LicenseSpecifies the runtime license required to create the user control inside the panel.
ObjectRetrieves the inside control being created by ControlID property.
OffsetSpecifies the offset to apply when text is being diplayed.
OffsetPercentSpecifies the offset to apply when the percent bar is displayed on the panel.
OwnerDrawSpecifies whether the user is responsible with painting the panel in the status bar control.
PercentSpecifies the percent to display the background.
StrikeOutSpecifies whether the text in the panel appears as strikeout.
TextGets or sets the text of the status bar panel.
ToolTipTextGets or sets ToolTip text associated with the status bar panel.
ToolTipTitleGets or sets ToolTip title associated with the status bar panel.
TransparencySpecifies the transparency to display the text in the panel.
UnderlineSpecifies whether the text in the panel appears as underlined.
UserDataAssociates an extra data to the panel.
WidthSpecifies the width in pixels of the panel.
WordWrapSpecifies whether the text is word wrapping in the panel.