Skip to content

StatusBarPane Object Members

See Also

StatusBarPane Overview

See Also


StatusBarPane Object Members

Public Methods

Method Description
Public Method GetRect Returns the top, left, right, and bottom coordinates of the pane.
Public Method RedrawPane Forces the pane to refresh itself.
Public Method Remove Removes the panes from the StatusBar.
Public Method SetMargins Sets the margins for the pane.
Public Method SetPadding Sets the padding placed around the pane.
Public Method Text Gets/Sets the text caption that is displayed in the pane.

Public Properties

Property Description
Public Property Alignment Gets/Sets the alignment of text/icons in the pane.
Public Property BackgroundColor Gets/Sets the background color of the pane.
Public Property BeginGroup Gets/Sets a boolean value indicating whether the pane has a separator placed before it and thus begins a new group.
Public Property Button Specifies whether the pane will also act as a button.
Public Property Caption Gets/Sets the text that is displayed for the pane in the status bar customization window.
Public Property Checked Gets/Sets a boolean value indicating whether the pane is checked.
Public Property Customizable Specifies whether the pane will be displayed in the status bar customization popup when the status bar is right-clicked.
Public Property EnableCustomization Used to enable status bar customization.
Public Property Dark Gets/Sets a boolean value indicating whether the switch pane is enabled.
Public Property Enabled Gets/Sets a boolean value indicating whether the pane is enabled.
Public Property Font Gets/Sets the font used to display text in the pane.
Public Property Handle Used to store the hWnd/Handle of a custom control to display in the StatusBarPane.
Public Property HideFlags Retrieves the HideFlags of the control.
Public Property IconIndex Index of the icon to be displayed in the pane.
Public Property Id The Id of the pane.
Public Property Index Index of the pane within the StatusBar's collection of Panes.
Public Property Style Gets/Sets the style of the pane.
Public Property Text Gets/Sets the text caption that is displayed in the pane.
Public Property TextColor Gets/Sets the color of the text caption that is displayed in the pane.
Public Property TextGrayColor Gets/Sets the status bar disabled text color.
Public Property ToolTip Gets/Sets the tool tip that is displayed when the mouse pointer is positioned over the pane.
Public Property Value The value of the pane. This is displayed in the status bar customization window.
Public Property Visible Hides/Shows the pane.
Public Property Width Gets/Sets the width of the pane.

See Also

StatusBarPane Overview


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.