API Overview This section lists each namespace that is relevant to the control. We also give you several key classes that you will be using while programming with this control. The namespaces and classes on this page link directly into our API documentation. WinStatusBar Namespace: Infragistics.Win.UltraWinStatusB...
Panel Sizing Modes The WinStatusBar™ provides four modes for controlling the width of the panel. The mode is controlled via the SizingMode property of the panel. The panel also exposes a MinWidth property to control the minimum width of the panel. Adjustable The panel’s size is based upon its Width property but th...
Panel Styles The WinStatusBar™ provides thirteen panel styles: AutoStatusText The WinStatusBar is an extender provider and provides an additional property (StatusBarText) on every Control of the form or UserControl that contains the status bar. It is also provided on the Windows Forms MenuItem components. The Stat...
Resize the Status Bar and Panels When the SizingMode property of the panel is set to Fixed, which is the default value, or Adjustable, the Width property determines the extent of the panel. The Width property may be set at design time or at run time. Setting Panel Size at Design-Time Add an UltraStatusBar to your ...
WinStatusBar Resource Strings Reference You can quickly and easily modify any resource string value that is displayed to a user by a control/component. Resource strings include items such as dialog box captions, warning messages, alerts, etc. The following table lists the names of the resource strings that are use...
Set the Panel Style to AutoStatusText The AutoStatusText panel acts like the status bar in a web browser. When you place an AutoStatusText panel on the WinStatusBar™, the controls on the form will gain a new property called StatusBarText for UltraStatusBar1. Whenever the user passes the mouse pointer over a contro...
Set the Panel Style to Button The Button panel is simply a panel on the WinStatusBar™ that displays a standard command button. Setting up Button Style Panel at Design-Time Add an UltraStatusBar to your Windows Form. In the Property Pages scroll down to the Panels property. Click the ellipsis to bring up the Panels...
Set the Panel Style to CharacterPosition The WinStatusBar™ CharacterPostion style is a type of panel that will display the current line and character position of a control. Setting up CharacterPosition Style Panel at Design-Time Add an UltraStatusBar to your Windows Form. In the Property Pages scroll down to the P...
Set the Panel Style to ControlContainer The WinStatusBar™ mimics the behavior of the status bar in a web browser. When a panel is added to the UltraStatusBar with the ControlContainer style, almost any control can be incorporated within the status bar. Setting up ControlContainer Style Panel at Design-Time Add an ...
Set the Panel Style to CursorPosition The WinStatusBar™ CursorPostion style is a type of panel that will display the current X and Y position within the control designated by the panel’s Control property. Setting up CusrosorPosition Style Panel at Design-Time Add an UltraStatusBar to your Windows Form. In the Prop...