Skip to content

StatusBar Collection Members

See Also

See Also


StatusBar Collection Members

Public Methods

Method Description
Public MethodAddPane Adds a pane to the custom status bar with the specified Id. Panes will appear from left-to-right in the order they are added.
Public MethodAddProgressPane Adds a progress bar pane to the status bar.
Public MethodAddSliderPane Adds a slider pane to the status bar.
Public MethodAddSwitchPane Adds a Switch Pane to the status bar.
Public MethodEnableCustomization Enables or disables status bar customization.
Public MethodFindPane Finds and returns a reference to the specified StatusBarPane.
Public MethodHitTest Call this method to determine which pane, if any, is at the specified screen position.
Public MethodInsertPane Moves/Inserts a StatusBarPane to a different position on the StatusBar.
Public MethodRemoveAll Removes all panes from the StatusBar.
Public MethodSetAllCaps Sets the text to be displayed in all caps.
Public MethodSetPaneStyle Set the style of a pane in the custom status bar.
Public MethodSetPaneText Sets the texts that will be displayed in the pane.
Public MethodSetPaneWidth Sets the width of the pane.

Public Properties

Property Description
Public PropertyDrawDisabledText Gets/sets whether disabled text will be used to draw text when the pane's style is set to SBPS_Disabled.
Public PropertyEnableMarkup Allows the use of a XAML snippet to be used for the text of panes in the Status Bar.
Public PropertyFont Gets/sets the default font used to display text in the StatusBarPane objects.
Public PropertyhWnd Gets the window handle that the StatusBar is bound to.
Public PropertyIdleText The text that will be displayed for the Pane with Id = 0 (zero) when the application is idle.
Public PropertyIsAllCaps Gets/sets whether the text in the StatusBar is displayed in all caps.
Public PropertyMinHeight Gets/sets the minimum height of the StatusBar.
Public PropertyPane Gets the StatusBar's collection of StatusBarPane objects.
Public PropertyPaneCount Returns the total number of StatusBarPane objects in the StatusBar.
Public PropertyRibbonDividerIndex Gets or sets the position of the ribbon divider index. This specifies the panes that get the second color for the ribbon theme.
Public PropertyShowSizeGripper Gets or sets whether to show the size gripper on the status bar.
Public PropertyToolTipContext Represents the tool tip window that is used to display tool tips.
Public PropertyVisible True if the custom status bar is visible; false if the custom status bar is hidden.

Events

Event Description
Public EventMouseDown Occurs when the mouse pointer is over the StatusBar control and a mouse button is pressed.
Public EventMouseUp Occurs when the mouse pointer is over the StatusBar control and a mouse button is released.
Public EventPaneClick Occurs when a StatusBarPane object on the StatusBar control is clicked.
Public EventPaneDblClick Occurs when a StatusBarPane object on the StatusBar control is double-clicked.
Public EventSliderPaneClick Occurs when a slider pane has been clicked.
Public EventSwitchPaneClick Occurs when a switch in the Switch Pane has been clicked.

See Also


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