This extender allows you to specify status bar messages for your CommandBar items, to be shown on a NetXP StatusBar control when the command bar item is selected.
To use this extender, add it to your form using the toolbox. It will be added to the component tray. Next, specify the control you would like to use as your status bar. You can only specify a NetXP StatusBar control or another control that implements the NETXP.Library.IStatusMessageAcceptor interface. Finally, select a command bar item and set the StatusMessage property to configure its status message.
At runtime, the status message for a particular command bar item will be shown when the user hovers over the item, either with the mouse or selecting it from a menu using the keyboard. All status bar panels are hidden when the status message is shown.