FlyoutDialog(Form, FlyoutAction, Control, Boolean) Constructor
Initializes a new instance of the FlyoutDialog class with the specified settings.
Namespace: DevExpress.XtraBars.Docking2010.Customization
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
public FlyoutDialog(
Form owner,
FlyoutAction action,
Control flyoutControl,
bool useControlBackColor
)
Parameters
Name | Type | Description |
---|---|---|
owner | Form | A Form that owns this newly created FlyoutDialog. |
action | FlyoutAction | A FlyoutAction object assigned to this FlyoutDialog. |
flyoutControl | Control | A Control displayed within this FlyoutDialog. |
useControlBackColor | Boolean | true if the FlyoutDialog should use the backcolor of the assigned flyoutControl; otherwise, false. |
See Also