Bar(BarManager, String, BarDockStyle, BarOptionFlags, Rectangle, LinksInfo) Constructor
OBSOLETE
The 'Bar
Initializes a new Bar class instance.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: 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 | Bar |
A Bar |
name | String | The name of the created Bar class instance. Determines the Bar. |
ADock |
Bar |
The dock style of the created Bar class instance. Determines the Bar. |
AOptions | Bar |
This parameter is ignored. |
float |
Rectangle | The bounding rectangle of the new Bar class instance. |
links |
DevExpress. |
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.