Skip to main content
A newer version of this page is available. .
Bar

Bar(BarManager, String, BarDockStyle, BarOptionFlags, Rectangle, LinksInfo, Point, Int32) Constructor

OBSOLETE

The 'BarOptionFlags AOptions' parameter is ignored. Please remove this parameter from your constructor call

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Obsolete("The 'BarOptionFlags AOptions' parameter is ignored. Please remove this parameter from your constructor call")]
public Bar(
    BarManager manager,
    string name,
    BarDockStyle ADockStyle,
    BarOptionFlags AOptions,
    Rectangle floatRect,
    LinksInfo linksInfo,
    Point dockPos,
    int offset
)

Parameters

Name Type Description
manager BarManager

The BarManager component that will contain the current bar.

name String

The current bar name.

ADockStyle BarDockStyle

The current bar docking style. Obtained from the BarDockStyle enumeration.

AOptions BarOptionFlags

This parameter is ignored.

floatRect Rectangle

The current bar rectangle when it is floating.

linksInfo DevExpress.XtraBars.LinksInfo

A LinksInfo class instance.

dockPos Point

The current bar docking position.

offset Int32

The current bar offset

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Bar(BarManager, String, BarDockStyle, BarOptionFlags, Rectangle, LinksInfo, Point, Int32) constructor.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also