FlyoutDialog.Show(Form, Control, FlyoutAction, FlyoutProperties, Predicate<DialogResult>, Boolean) Method
Shows this FlyoutDialog with the specific parameters set.
Namespace: DevExpress.XtraBars.Docking2010.Customization
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public static DialogResult Show(
Form owner,
Control flyoutControl,
FlyoutAction action,
FlyoutProperties parameters,
Predicate<DialogResult> canClose,
bool useControlBackColor
)
#Parameters
Name | Type | Description |
---|---|---|
owner | Form | A Form that owns this Flyout |
flyout |
Control | A Control displayed within this Flyout |
action | Flyout |
A Flyout |
parameters | DevExpress. |
A Flyout |
can |
Predicate<Dialog |
A Predicate function that checks the Dialog |
use |
Boolean | true if the Flyout |
#Returns
Type | Description |
---|---|
Dialog |
A Dialog |
#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.