FlyoutAction(MessageBoxButtons, MessageBoxDefaultButton) Constructor
Initializes a new instance of the FlyoutAction class with the specified settings.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| buttons | MessageBoxButtons | A MessageBoxButtons enumerator value that specifies what buttons this FlyoutAction will display. |
| defaultButton | MessageBoxDefaultButton | A MessageBoxDefaultButton enumeration value that specifies which of the FlyoutAction buttons is the default one. A default button is considered clicked when end-users press Enter as the FlyoutAction pops up. |
See Also