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

FlyoutDialog.Show(Form, Control, FlyoutProperties) Method

Shows a FlyoutDialog with specific properties and displayed content.

Namespace: DevExpress.XtraBars.Docking2010.Customization

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public static DialogResult Show(
    Form owner,
    Control flyoutControl,
    FlyoutProperties parameters
)

Parameters

Name Type Description
owner Form

A Form that owns the FlyoutDialog.

flyoutControl Control

A Control displayed within this FlyoutDialog.

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

A FlyoutProperties object that stores advanced FlyoutDialog settings.

Returns

Type Description
DialogResult

A DialogResult enumerator value that is the value, returned from the FlyoutDialog after it was closed.

See Also