FlyoutDialog.Show(Form, Control, FlyoutAction, FlyoutProperties) Method
Displays a FlyoutDialog with a flyout action and a specific control within, using specific properties.
Namespace: DevExpress.XtraBars.Docking2010.Customization
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
public static DialogResult Show(
Form owner,
Control flyoutControl,
FlyoutAction action,
FlyoutProperties parameters
)
Parameters
Name | Type | Description |
---|---|---|
owner | Form | A Form that owns the FlyoutDialog. |
flyoutControl | Control | A Control displayed within this FlyoutDialog. |
action | FlyoutAction | A FlyoutAction object assigned to this FlyoutDialog. |
parameters | DevExpress.XtraBars.Docking2010.Views.WindowsUI.FlyoutProperties | A FlyoutProperties object that stores advanced FlyoutDialog settings. |
Returns
Type | Description |
---|---|
DialogResult | A DialogResult enumeration value returned from the FlyoutDialog after it was closed. |
Remarks
If you pass a Control and a FlyoutAction to the FlyoutDialog.Show method, the FlyoutAction‘s caption and buttons are displayed while the description and image are hidden.