FlyoutDialog.Show(Form, FlyoutAction, FlyoutProperties) Method
Displays a FlyoutDialog with specific parameters and assigned flyout action.
Namespace: DevExpress.XtraBars.Docking2010.Customization
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
public static DialogResult Show(
Form owner,
FlyoutAction action,
FlyoutProperties parameters
)
Parameters
Name | Type | Description |
---|---|---|
owner | Form | A Form that owns this FlyoutDialog. |
action | FlyoutAction | A FlyoutAction object assigned to this FlyoutDialog. |
parameters | DevExpress.XtraBars.Docking2010.Views.WindowsUI.FlyoutProperties | A FlyoutProperties object assigned to this FlyoutDialog. |
Returns
Type | Description |
---|---|
DialogResult | A DialogResult enumerator value that is the value returned from the FlyoutDialog after it was closed. |
See Also