StatusBarPane Object Members
See Also

StatusBarPane Object Members
Public Methods
| Method | Description |
|---|---|
GetRect |
Returns the top, left, right, and bottom coordinates of the pane. |
RedrawPane |
Forces the pane to refresh itself. |
Remove |
Removes the panes from the StatusBar. |
SetMargins |
Sets the margins for the pane. |
SetPadding |
Sets the padding placed around the pane. |
Text |
Gets/Sets the text caption that is displayed in the pane. |
Public Properties
| Property | Description |
|---|---|
Alignment |
Gets/Sets the alignment of text/icons in the pane. |
BackgroundColor |
Gets/Sets the background color of the pane. |
BeginGroup |
Gets/Sets a boolean value indicating whether the pane has a separator placed before it and thus begins a new group. |
Button |
Specifies whether the pane will also act as a button. |
Caption |
Gets/Sets the text that is displayed for the pane in the status bar customization window. |
Checked |
Gets/Sets a boolean value indicating whether the pane is checked. |
Customizable |
Specifies whether the pane will be displayed in the status bar customization popup when the status bar is right-clicked. |
EnableCustomization |
Used to enable status bar customization. |
Dark |
Gets/Sets a boolean value indicating whether the switch pane is enabled. |
Enabled |
Gets/Sets a boolean value indicating whether the pane is enabled. |
Font |
Gets/Sets the font used to display text in the pane. |
Handle |
Used to store the hWnd/Handle of a custom control to display in the StatusBarPane. |
HideFlags |
Retrieves the HideFlags of the control. |
IconIndex |
Index of the icon to be displayed in the pane. |
Id |
The Id of the pane. |
Index |
Index of the pane within the StatusBar's collection of Panes. |
Style |
Gets/Sets the style of the pane. |
Text |
Gets/Sets the text caption that is displayed in the pane. |
TextColor |
Gets/Sets the color of the text caption that is displayed in the pane. |
TextGrayColor |
Gets/Sets the status bar disabled text color. |
ToolTip |
Gets/Sets the tool tip that is displayed when the mouse pointer is positioned over the pane. |
Value |
The value of the pane. This is displayed in the status bar customization window. |
Visible |
Hides/Shows the pane. |
Width |
Gets/Sets the width of the pane. |
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.