FlyoutDialog.Show(Form, String, String, MessageBoxButtons) Method
In This Article
Displays a FlyoutDialog with specific settings.
Namespace: DevExpress.XtraBars.Docking2010.Customization
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public static DialogResult Show(
Form owner,
string caption,
string description,
MessageBoxButtons buttons
)
#Parameters
Name | Type | Description |
---|---|---|
owner | Form | A Form that owns this Flyout |
caption | String | A String value that is the Flyout |
description | String | A String value that is the Flyout |
buttons | Message |
A Message |
#Returns
Type | Description |
---|---|
Dialog |
A Dialog |
See Also