FlyoutDialog Constructors
Provides functionality for Windows 10-styled pop-ups and flyout messages.Name | Parameters | Description |
---|---|---|
FlyoutDialog(Form, FlyoutAction, FlyoutProperties) | owner, action, parameters | Initializes a new instance of the FlyoutDialog class with the specified settings. |
FlyoutDialog(Form, FlyoutAction, Control, FlyoutProperties, Boolean) | owner, action, flyoutControl, parameters, useControlBackColor | Initializes a new instance of the FlyoutDialog class with the specified settings. |
FlyoutDialog(Form, FlyoutAction, Control, FlyoutProperties) | owner, action, flyoutControl, parameters | Initializes a new instance of the FlyoutDialog class with the specified settings. |
FlyoutDialog(Form, FlyoutAction, Control, Boolean) | owner, action, flyoutControl, useControlBackColor | Initializes a new instance of the FlyoutDialog class with the specified settings. |
FlyoutDialog(Form, FlyoutAction, Control) | owner, action, flyoutControl | Initializes a new instance of the FlyoutDialog class with the specified settings. |
FlyoutDialog(Form, FlyoutAction) | owner, action | Initializes a new instance of the FlyoutDialog class with the specified settings. |
FlyoutDialog(Form, String, String, Control, FlyoutProperties, MessageBoxButtons, MessageBoxDefaultButton) | owner, caption, description, flyoutControl, properties, buttons, defaultButton | Initializes a new instance of the FlyoutDialog class with the specified settings. |
FlyoutDialog(Form, String, String, MessageBoxButtons, MessageBoxDefaultButton) | owner, caption, description, buttons, defaultButton | Initializes a new instance of the FlyoutDialog class with the specified settings. |
FlyoutDialog(Form, String, String, MessageBoxButtons) | owner, caption, description, buttons | Initializes a new instance of the FlyoutDialog class with the specified settings. |
FlyoutDialog(Form, String, Control, FlyoutProperties, MessageBoxButtons, MessageBoxDefaultButton) | owner, caption, flyoutControl, properties, buttons, defaultButton | Initializes a new instance of the FlyoutDialog class with the specified settings. |
FlyoutDialog(Form, String, Control, MessageBoxButtons, MessageBoxDefaultButton) | owner, caption, flyoutControl, buttons, defaultButton | Initializes a new instance of the FlyoutDialog class with the specified settings. |
FlyoutDialog(Form, String, Control, MessageBoxButtons) | owner, caption, flyoutControl, buttons | Initializes a new instance of the FlyoutDialog class with the specified settings. |
FlyoutDialog(Form, String, MessageBoxButtons, MessageBoxDefaultButton) | owner, caption, buttons, defaultButton | Initializes a new instance of the FlyoutDialog class with the specified settings. |
FlyoutDialog(Form, String, MessageBoxButtons) | owner, caption, buttons | Initializes a new instance of the FlyoutDialog class with the specified settings. |
FlyoutDialog(Form, Control, IDXMenuManager) | owner, flyoutControl, menuManager | Initializes a new instance of the FlyoutDialog class with the specified settings. |
FlyoutDialog(Form, Control, FlyoutProperties) | owner, flyoutControl, parameters | Initializes a new instance of the FlyoutDialog class with the specified settings. |
FlyoutDialog(Form, Control) | owner, flyoutControl | Initializes a new instance of the FlyoutDialog class with the specified settings. |
See Also