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.v24.1.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,
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 |
See Also