The ntzStatusBar provides many features to enhance your applications. The visual styles are just the beginning. These together with the events and methods enable you to accomplish what might otherwise be impractical.
Just some of the notable features include a built-in progress bar, rounded panel corners, selectable gripper styles, independent alignments for images and text, and even user-sizable panels! As with other NuToolz controls, the capabilities of the ntzStatusBar give you an extensive array of possibilities. |
|
Properties |
 | BackColor: Returns/sets the color of the background. BorderColor: Returns/sets the color of the border. BorderGradient: Returns/sets the gradient applied to the border. BorderStyle: Returns/sets the style of the border. BorderWidth: Returns/sets the width of the border. CornerRadius: Returns/sets the radius of Panel corners. Enabled: Returns/sets whether the control responds to user interaction. Font: Returns/sets the Font of Panel text. ForeColor: Returns/sets the color of Panel text. Gradient: Returns/sets the Gradient applied to the panels. Grayness: Returns/sets the color blend of text with the background of disabled panels. GripperStyle: Returns/sets the style of the sizing gripper. hWnd: Returns the hWnd. MaskColor: Returns/sets the color used for image masking. MaskEnabled: Returns/sets whether the MaskColor is used. MouseIcon: Returns/sets the icon for the mouse cursor. MousePointer: Returns/sets the mouse pointer. PanelCount: Returns the number of panels. Panels: Returns/sets a specific Panel. PanelSpacing: Returns/sets the spacing between panels. Picture: Returns/sets a background image. Progress: Returns/sets the value of the progress bar. ProgressBackColor: Returns/sets the background color of the progress bar. ProgressForeColor: Returns/sets the forground color of the progress bar. ProgressMax: Returns/sets the maximum value of the progress bar. ProgressPanel: Returns/sets the Panel in which the progress bar is rendered. ShowEllipsis: Returns/sets whether an ellipsis is shown when text extends beyond the edge of a panel. ShowTips: Returns/sets whether Panel ToolTips are shown. SimpleText: Returns/sets the text of the Simple Panel. SimpleToolTip: Returns/sets the ToolTip of the Simple Panel. Sizable: Returns/sets whether the user is allowed to adjust the width of applicable panels. Style: Returns/sets the Style. TipBackColor: Returns/sets the background color of ToolTips. TipForeColor: Returns/sets the foreground color of ToolTips.
|
|
Methods |
 | AddPanel: Method for adding a Panel. AutoRefresh: Returns/sets whether changes in appearance are rendered immediately. Clear: Method for removing all panels. Refresh: Method for refreshing the appearance. RemovePanel: Method to remove a specific Panel.
|
|
Events |
 | Click: Fires when the user clicks on a Panel. DblClick: Fires when the user double-clicks on a Panel. MouseDown: Fires when the user depresses a mouse button on a Panel. MouseMove: Fires when the user moves the mouse over a Panel. MouseUp: Fires when the user releases a mouse button on a Panel. RtClick: Fires when the user clicks the right mouse button on a Panel.
|