Bar(BarManager, String, BarDockStyle, BarOptionFlags, Rectangle, LinksInfo) Constructor
OBSOLETE
The 'BarOptionFlags AOptions' parameter is ignored. Please remove this parameter from your constructor call
Initializes a new Bar class instance.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v21.2.dll
NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation
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
)
Parameters
Name | Type | Description |
---|---|---|
manager | BarManager | A BarManager that will contain a new Bar class instance. |
name | String | The name of the created Bar class instance. Determines the Bar.BarName property. |
ADockStyle | BarDockStyle | The dock style of the created Bar class instance. Determines the Bar.DockStyle property. |
AOptions | BarOptionFlags | This parameter is ignored. |
floatRect | Rectangle | The bounding rectangle of the new Bar class instance. |
linksInfo | DevExpress.XtraBars.LinksInfo | An object containing information on Bar component links. |
Remarks
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.