FlyoutDialog.Show(Form, Control) Method
Displays a FlyoutDialog object with the target control within.
Namespace: DevExpress.XtraBars.Docking2010.Customization
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
owner | Form | A Form that owns this FlyoutDialog. |
flyoutControl | Control | A Control displayed within this FlyoutDialog. |
Returns
Type | Description |
---|---|
DialogResult | A DialogResult enumerator value that is the value returned from the FlyoutDialog after it is closed. |
See Also