NetXP 3.0 Reference

CommandBar Class

The command bar control. You can add this to a form or a container control.

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

System.Object
   MarshalByRefObject
      Component
         Control
            CommandBar

[Visual Basic]
NotInheritable Public Class CommandBar
Inherits Control
Implements System.ComponentModel.ISupportInitialize, System.Windows.Forms.IMessageFilter
[C#]
public sealed class CommandBar : Control, ISupportInitialize, IMessageFilter

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.

Requirements

Namespace: NETXP.Controls.Bars

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

See Also

CommandBar Members | NETXP.Controls.Bars Namespace