NetXP 3.0 Reference

CommandBarManager Class

This component manages the command bars on your form. This includes saving and loading layouts, providing tear-off functionality, and allowing the bars to dock to any side of the form.

For a list of all members of this type, see CommandBarManager Members.

System.Object
   MarshalByRefObject
      Component
         CommandBarManager

[Visual Basic]
NotInheritable Public Class CommandBarManager
Inherits Component
[C#]
public sealed class CommandBarManager : Component

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This is the component you should add to your form in order to obtain command bar functionality. You may also add a single command bar, but it will be locked.

Requirements

Namespace: NETXP.Controls.Bars

Assembly: NETXP.Controls.Bars (in NETXP.Controls.Bars.dll)

See Also

CommandBarManager Members | NETXP.Controls.Bars Namespace