Back to Devexpress

Bar Constructors

windowsforms-devexpress-dot-xtrabars-dot-bar-dot-ctor.md

latest7.2 KB
Original Source

Bar Constructors

Represents a Windows-like toolbar.

NameParametersDescription
Bar()noneInitializes a new Bar class instance with default settings.
Bar(BarManager, String, BarDockStyle, BarOptionFlags, Rectangle, LinksInfo, Point, Int32, BarCanDockStyle, Color, Image, Int32, Int32)manager, name, ADockStyle, AOptions, floatRect, linksInfo, dockPos, offset, canDockStyle, backColor, backImage, barItemHorzIndent, barItemVertIndentObsolete. Initializes a new Bar class instance.
Bar(BarManager, String, BarDockStyle, BarOptionFlags, Rectangle, LinksInfo, Point, Int32, BarCanDockStyle, Color, Image)manager, name, ADockStyle, AOptions, floatRect, linksInfo, dockPos, offset, canDockStyle, backColor, backImageObsolete. Initializes a new Bar class instance.
Bar(BarManager, String, BarDockStyle, BarOptionFlags, Rectangle, LinksInfo, Point, Int32, BarCanDockStyle, Color, Int32, Int32)manager, name, ADockStyle, AOptions, floatRect, linksInfo, dockPos, offset, canDockStyle, backColor, barItemHorzIndent, barItemVertIndentObsolete. Initializes a new Bar object with the specified settings.
Bar(BarManager, String, BarDockStyle, BarOptionFlags, Rectangle, LinksInfo, Point, Int32, BarCanDockStyle, Color)manager, name, ADockStyle, AOptions, floatRect, linksInfo, dockPos, offset, canDockStyle, backColorObsolete. Initializes a new Bar class instance.
Bar(BarManager, String, BarDockStyle, BarOptionFlags, Rectangle, LinksInfo, Point, Int32, BarCanDockStyle)manager, name, ADockStyle, AOptions, floatRect, linksInfo, dockPos, offset, canDockStyleObsolete. Initializes a new Bar object with the specified settings.
Bar(BarManager, String, BarDockStyle, BarOptionFlags, Rectangle, LinksInfo, Point, Int32)manager, name, ADockStyle, AOptions, floatRect, linksInfo, dockPos, offsetObsolete. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Bar(BarManager, String, BarDockStyle, BarOptionFlags, Rectangle, LinksInfo)manager, name, ADockStyle, AOptions, floatRect, linksInfoObsolete. Initializes a new Bar class instance.
Bar(BarManager, String, BarDockStyle, Rectangle, LinksInfo, Point, Int32, BarCanDockStyle, Color, Image, Int32, Int32)manager, name, ADockStyle, floatRect, linksInfo, dockPos, offset, canDockStyle, backColor, backImage, barItemHorzIndent, barItemVertIndentInitializes a new instance of the Bar class with the specified settings.
Bar(BarManager, String, BarDockStyle, Rectangle, LinksInfo, Point, Int32, BarCanDockStyle, Color, Image)manager, name, ADockStyle, floatRect, linksInfo, dockPos, offset, canDockStyle, backColor, backImageInitializes a new instance of the Bar class with the specified settings.
Bar(BarManager, String, BarDockStyle, Rectangle, LinksInfo, Point, Int32, BarCanDockStyle, Color, Int32, Int32)manager, name, ADockStyle, floatRect, linksInfo, dockPos, offset, canDockStyle, backColor, barItemHorzIndent, barItemVertIndentInitializes a new instance of the Bar class with the specified settings.
Bar(BarManager, String, BarDockStyle, Rectangle, LinksInfo, Point, Int32, BarCanDockStyle, Color)manager, name, ADockStyle, floatRect, linksInfo, dockPos, offset, canDockStyle, backColorInitializes a new instance of the Bar class with the specified settings.
Bar(BarManager, String, BarDockStyle, Rectangle, LinksInfo, Point, Int32, BarCanDockStyle)manager, name, ADockStyle, floatRect, linksInfo, dockPos, offset, canDockStyleInitializes a new instance of the Bar class with the specified settings.
Bar(BarManager, String, BarDockStyle, Rectangle, LinksInfo, Point, Int32)manager, name, ADockStyle, floatRect, linksInfo, dockPos, offsetInitializes a new instance of the Bar class with the specified settings.
Bar(BarManager, String, BarDockStyle, Rectangle, LinksInfo)manager, name, ADockStyle, floatRect, linksInfoInitializes a new instance of the Bar class with the specified settings.
Bar(BarManager, String)manager, nameInitializes a new instance of the Bar class.
Bar(BarManager)managerInitializes a new instance of the Bar class.

See Also

Bar Class

Bar Members

DevExpress.XtraBars Namespace