Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public FlyoutAction(
    MessageBoxButtons buttons,
    MessageBoxDefaultButton defaultButton
)

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