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

FlyoutDialog(Form, String, Control, MessageBoxButtons) 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,
    string caption,
    Control flyoutControl,
    MessageBoxButtons buttons
)

Parameters

Name Type Description
owner Form

A Form that owns this FlyoutDialog.

caption String

A String value that is the FlyoutDialog caption.

flyoutControl Control

A Control displayed within this FlyoutDialog.

buttons MessageBoxButtons

A MessageBoxButtons enumerator value that specifies what buttons this FlyoutDialog will display.

See Also