StatusBar Collection Members
See Also

StatusBar Collection Members
Public Methods
| Method |
Description |
AddPane |
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. |
AddProgressPane |
Adds a progress bar pane to the status bar. |
AddSliderPane |
Adds a slider pane to the status bar. |
AddSwitchPane |
Adds a Switch Pane to the status bar. |
EnableCustomization |
Enables or disables status bar customization. |
FindPane |
Finds and returns a reference to the specified StatusBarPane. |
HitTest |
Call this method to determine which pane, if any, is at the specified screen position. |
InsertPane |
Moves/Inserts a StatusBarPane to a different position on the StatusBar. |
RemoveAll |
Removes all panes from the StatusBar. |
SetAllCaps |
Sets the text to be displayed in all caps. |
SetPaneStyle |
Set the style of a pane in the custom status bar. |
SetPaneText |
Sets the texts that will be displayed in the pane. |
SetPaneWidth |
Sets the width of the pane. |
Public Properties
| Property |
Description |
DrawDisabledText |
Gets/sets whether disabled text will be used to draw text when the pane's style is set to SBPS_Disabled. |
EnableMarkup |
Allows the use of a XAML snippet to be used for the text of panes in the Status Bar. |
Font |
Gets/sets the default font used to display text in the StatusBarPane objects. |
hWnd |
Gets the window handle that the StatusBar is bound to. |
IdleText |
The text that will be displayed for the Pane with Id = 0 (zero) when the application is idle. |
IsAllCaps |
Gets/sets whether the text in the StatusBar is displayed in all caps. |
MinHeight |
Gets/sets the minimum height of the StatusBar. |
Pane |
Gets the StatusBar's collection of StatusBarPane objects. |
PaneCount |
Returns the total number of StatusBarPane objects in the StatusBar. |
RibbonDividerIndex |
Gets or sets the position of the ribbon divider index. This specifies the panes that get the second color for the ribbon theme. |
ShowSizeGripper |
Gets or sets whether to show the size gripper on the status bar. |
ToolTipContext |
Represents the tool tip window that is used to display tool tips. |
Visible |
True if the custom status bar is visible; false if the custom status bar is hidden. |
Events
| Event |
Description |
MouseDown |
Occurs when the mouse pointer is over the StatusBar control and a mouse button is pressed. |
MouseUp |
Occurs when the mouse pointer is over the StatusBar control and a mouse button is released. |
PaneClick |
Occurs when a StatusBarPane object on the StatusBar control is clicked. |
PaneDblClick |
Occurs when a StatusBarPane object on the StatusBar control is double-clicked. |
SliderPaneClick |
Occurs when a slider pane has been clicked. |
SwitchPaneClick |
Occurs when a switch in the Switch Pane has been clicked. |
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.