Syncfusion Essential Studio

Bar Class

Represents and encapsulates the data required for a tool bar in the XP Menus framework.

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

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         Syncfusion.Windows.Forms.Tools.XPMenus.Bar

[Visual Basic]
Public Class Bar
    Inherits Component
    Implements IChangeNotifyingItem, IDesignable, ICloneable, ISerializable, IDeserializationCallback
[C#]
public class Bar : Component, IChangeNotifyingItem, IDesignable, ICloneable, ISerializable, IDeserializationCallback
[C++]
public __gc class Bar : public Component, IChangeNotifyingItem, IDesignable, ICloneable, ISerializable, IDeserializationCallback
[JScript]
public class Bar extends Component, IChangeNotifyingItem, IDesignable, ICloneable, ISerializable, IDeserializationCallback

Remarks

This class represents a tool bar's data structure. This has to be associated with a BarManager instance to be displayed in the associated form's command bar. This class is also used by the XPToolBar class to represent a tool bar.

Example

Take a look at our XPMenus samples under the Tools\Samples\Menus Package folder for usage example.

Requirements

Namespace: Syncfusion.Windows.Forms.Tools.XPMenus

Assembly: Syncfusion.Tools.Windows (in Syncfusion.Tools.Windows.dll)

See Also

Bar Members | Syncfusion.Windows.Forms.Tools.XPMenus Namespace | BarManager | XPToolBar