Back to Devexpress

FlyoutDialog.Show(Form, FlyoutAction) Method

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-customization-dot-flyoutdialog-dot-show-x28-system-dot-windows-dot-forms-dot-form-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-flyoutaction-x29.md

latest2.3 KB
Original Source

FlyoutDialog.Show(Form, FlyoutAction) Method

Displays a FlyoutDialog object with a specific action assigned to it.

Namespace : DevExpress.XtraBars.Docking2010.Customization

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public static DialogResult Show(
    Form owner,
    FlyoutAction action
)
vb
Public Shared Function Show(
    owner As Form,
    action As FlyoutAction
) As DialogResult

Parameters

NameTypeDescription
ownerForm

A Form that owns this FlyoutDialog.

| | action | FlyoutAction |

A FlyoutAction object assigned to this FlyoutDialog.

|

Returns

TypeDescription
DialogResult

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

|

See Also

FlyoutDialog Class

FlyoutDialog Members

DevExpress.XtraBars.Docking2010.Customization Namespace