Back to Devexpress

FlyoutAction Constructors

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-flyoutaction-dot-ctor.md

latest2.1 KB
Original Source

FlyoutAction Constructors

An object that contains buttons and text displayed within a Flyout.

NameParametersDescription
FlyoutAction()noneInitializes a new instance of the FlyoutAction class with default settings.
FlyoutAction(DialogResult[], MessageBoxDefaultButton)commands, defaultButtonInitializes a new instance of the FlyoutAction class and allows you to specify which FlyoutAction button should act as a default button.
FlyoutAction(DialogResult[])commandsInitializes a new instance of the FlyoutAction class with the specific set of buttons.
FlyoutAction(MessageBoxButtons, MessageBoxDefaultButton)buttons, defaultButtonInitializes a new instance of the FlyoutAction class with the specified settings.

See Also

FlyoutAction Class

FlyoutAction Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace