Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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