Back to Devexpress

FlyoutDialog.Show Method

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-customization-dot-flyoutdialog-dot-show.md

latest8.1 KB
Original Source

FlyoutDialog.Show Method

NameParametersDescription
Show(Form, FlyoutAction, FlyoutProperties, Predicate<DialogResult>) staticowner, action, parameters, canCloseDisplays a FlyoutDialog object with a flyout action, flyout properies and predicate function assigned.
Show(Form, FlyoutAction, FlyoutProperties) staticowner, action, parametersDisplays a FlyoutDialog with specific parameters and assigned flyout action.
Show(Form, FlyoutAction, Predicate<DialogResult>) staticowner, action, canCloseDisplays a FlyoutDialog that has an assigned flyout action and predicate function.
Show(Form, FlyoutAction, Control) staticowner, action, controlDisplays a FlyoutDialog with a flyout action and a specific control within.
Show(Form, FlyoutAction) staticowner, actionDisplays a FlyoutDialog object with a specific action assigned to it.
Show(Form, String, String, MessageBoxButtons, MessageBoxDefaultButton) staticowner, caption, description, buttons, defaultButtonDisplays a FlyoutDialog with specific settings.
Show(Form, String, String, MessageBoxButtons) staticowner, caption, description, buttonsDisplays a FlyoutDialog with specific settings.
Show(Form, String, Control, FlyoutProperties, MessageBoxButtons, MessageBoxDefaultButton) staticowner, caption, flyoutControl, properties, buttons, defaultButtonDisplays a FlyoutDialog with specific settings.
Show(Form, String, Control, MessageBoxButtons, MessageBoxDefaultButton) staticowner, caption, flyoutControl, buttons, defaultButtonDisplays a FlyoutDialog with specific settings.
Show(Form, String, Control, MessageBoxButtons) staticowner, caption, flyoutControl, buttonsDisplays a FlyoutDialog with specific settings.
Show(Form, String, MessageBoxButtons, MessageBoxDefaultButton) staticowner, caption, buttons, defaultButtonDisplays a FlyoutDialog with specific settings.
Show(Form, String, MessageBoxButtons) staticowner, caption, buttonsDisplays a FlyoutDialog with specific settings.
Show(Form, Control, FlyoutAction, FlyoutProperties, Predicate<DialogResult>, Boolean) staticowner, flyoutControl, action, parameters, canClose, useControlBackColorShows this FlyoutDialog with the specific parameters set.
Show(Form, Control, FlyoutAction, FlyoutProperties, Predicate<DialogResult>) staticowner, flyoutControl, action, parameters, canCloseDisplays a FlyoutDialog with a flyout action and a specific control within, using specific properties and a related predicate function.
Show(Form, Control, FlyoutAction, FlyoutProperties) staticowner, flyoutControl, action, parametersDisplays a FlyoutDialog with a flyout action and a specific control within, using specific properties.
Show(Form, Control, FlyoutAction, Predicate<DialogResult>) staticowner, flyoutControl, action, canCloseDisplays a FlyoutDialog with a flyout action and a specific control within, using a related predicate function.
Show(Form, Control, FlyoutProperties, Predicate<DialogResult>) staticowner, flyoutControl, parameters, canCloseDisplays a FlyoutDialog object that displays a specific control and has the related predicate function.
Show(Form, Control, FlyoutProperties) staticowner, flyoutControl, parametersShows a FlyoutDialog with specific properties and displayed content.
Show(Form, Control, Predicate<DialogResult>) staticowner, flyoutControl, canCloseDisplays a FlyoutDialog with a specific control within and related to a predicate function.
Show(Form, Control) staticowner, flyoutControlDisplays a FlyoutDialog object with the target control within.