Skip to main content
A newer version of this page is available. .

FlyoutDialog(Form, FlyoutAction, Control, FlyoutProperties) Constructor

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

Namespace: DevExpress.XtraBars.Docking2010.Customization

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public FlyoutDialog(
    Form owner,
    FlyoutAction action,
    Control flyoutControl,
    FlyoutProperties parameters
)

Parameters

Name Type Description
owner Form

A Form that will own this FlyoutDialog.

action FlyoutAction

A FlyoutAction object that will be displayed in this FlyoutDialog.

flyoutControl Control

A Control displayed in the FlyoutDialog.

parameters DevExpress.XtraBars.Docking2010.Views.WindowsUI.FlyoutProperties

A FlyoutProperties object that specifies advanced FlyoutDialog settings.

See Also