FlyoutAction Constructors
An object that contains buttons and text displayed within a Flyout.| Name | Parameters | Description |
|---|---|---|
| FlyoutAction() | none | Initializes a new instance of the FlyoutAction class with default settings. |
| FlyoutAction(DialogResult[], MessageBoxDefaultButton) | commands, defaultButton | Initializes a new instance of the FlyoutAction class and allows you to specify which FlyoutAction button should act as a default button. |
| FlyoutAction(DialogResult[]) | commands | Initializes a new instance of the FlyoutAction class with the specific set of buttons. |
| FlyoutAction(MessageBoxButtons, MessageBoxDefaultButton) | buttons, defaultButton | Initializes a new instance of the FlyoutAction class with the specified settings. |
See Also