Skip to main content

FlyoutDialog(Form, Control, IDXMenuManager) Constructor

Initializes a new instance of the FlyoutDialog class with the specified settings.

Namespace: DevExpress.XtraBars.Docking2010.Customization

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public FlyoutDialog(
    Form owner,
    Control flyoutControl,
    IDXMenuManager menuManager
)

Parameters

Name Type Description
owner Form

A Form that will own the newly created FlyoutDialog.

flyoutControl Control

A Control that is this FlyoutDialog‘s content.

menuManager DevExpress.Utils.Menu.IDXMenuManager

An IDXMenuManager object that controls this FlyoutDialog.

See Also