The NetXP Status Bar

Introduction

The NetXP status bar is a Windows Forms status bar that supports custom rendering and progress bar items.

Usage

Use this status bar as you would use a normal Windows Forms status bar. The only difference is in adding the progress bar item. You cannot do this by editing the Panels collection at design time. You must add it by clicking the Add Progress Bar link at the bottom of the property window. However, after doing this, you can view the progress bar panel in the Panels collection and edit it like a regular panel.

To find out how to assign status bar messages to command bar items, see the information on the status message extender.