windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-customization-dot-flyoutdialog-dot-show.md
| Name | Parameters | Description |
|---|---|---|
| Show(Form, FlyoutAction, FlyoutProperties, Predicate<DialogResult>) static | owner, action, parameters, canClose | Displays a FlyoutDialog object with a flyout action, flyout properies and predicate function assigned. |
| Show(Form, FlyoutAction, FlyoutProperties) static | owner, action, parameters | Displays a FlyoutDialog with specific parameters and assigned flyout action. |
| Show(Form, FlyoutAction, Predicate<DialogResult>) static | owner, action, canClose | Displays a FlyoutDialog that has an assigned flyout action and predicate function. |
| Show(Form, FlyoutAction, Control) static | owner, action, control | Displays a FlyoutDialog with a flyout action and a specific control within. |
| Show(Form, FlyoutAction) static | owner, action | Displays a FlyoutDialog object with a specific action assigned to it. |
| Show(Form, String, String, MessageBoxButtons, MessageBoxDefaultButton) static | owner, caption, description, buttons, defaultButton | Displays a FlyoutDialog with specific settings. |
| Show(Form, String, String, MessageBoxButtons) static | owner, caption, description, buttons | Displays a FlyoutDialog with specific settings. |
| Show(Form, String, Control, FlyoutProperties, MessageBoxButtons, MessageBoxDefaultButton) static | owner, caption, flyoutControl, properties, buttons, defaultButton | Displays a FlyoutDialog with specific settings. |
| Show(Form, String, Control, MessageBoxButtons, MessageBoxDefaultButton) static | owner, caption, flyoutControl, buttons, defaultButton | Displays a FlyoutDialog with specific settings. |
| Show(Form, String, Control, MessageBoxButtons) static | owner, caption, flyoutControl, buttons | Displays a FlyoutDialog with specific settings. |
| Show(Form, String, MessageBoxButtons, MessageBoxDefaultButton) static | owner, caption, buttons, defaultButton | Displays a FlyoutDialog with specific settings. |
| Show(Form, String, MessageBoxButtons) static | owner, caption, buttons | Displays a FlyoutDialog with specific settings. |
| Show(Form, Control, FlyoutAction, FlyoutProperties, Predicate<DialogResult>, Boolean) static | owner, flyoutControl, action, parameters, canClose, useControlBackColor | Shows this FlyoutDialog with the specific parameters set. |
| Show(Form, Control, FlyoutAction, FlyoutProperties, Predicate<DialogResult>) static | owner, flyoutControl, action, parameters, canClose | Displays a FlyoutDialog with a flyout action and a specific control within, using specific properties and a related predicate function. |
| Show(Form, Control, FlyoutAction, FlyoutProperties) static | owner, flyoutControl, action, parameters | Displays a FlyoutDialog with a flyout action and a specific control within, using specific properties. |
| Show(Form, Control, FlyoutAction, Predicate<DialogResult>) static | owner, flyoutControl, action, canClose | Displays a FlyoutDialog with a flyout action and a specific control within, using a related predicate function. |
| Show(Form, Control, FlyoutProperties, Predicate<DialogResult>) static | owner, flyoutControl, parameters, canClose | Displays a FlyoutDialog object that displays a specific control and has the related predicate function. |
| Show(Form, Control, FlyoutProperties) static | owner, flyoutControl, parameters | Shows a FlyoutDialog with specific properties and displayed content. |
| Show(Form, Control, Predicate<DialogResult>) static | owner, flyoutControl, canClose | Displays a FlyoutDialog with a specific control within and related to a predicate function. |
| Show(Form, Control) static | owner, flyoutControl | Displays a FlyoutDialog object with the target control within. |