Back to Devexpress

DXMessageBox.Show Method

wpf-devexpress-dot-xpf-dot-core-dot-dxmessagebox-dot-show.md

latest6.2 KB
Original Source

DXMessageBox.Show Method

NameParametersDescription
Show(String, String, MessageBoxButton, MessageBoxImage, MessageBoxResult, MessageBoxOptions) staticmessageBoxText, caption, button, icon, defaultResult, optionsDisplays the DXMessageBox with specific text, title, icon, display options and set of buttons, one of which is set as default.
Show(String, String, MessageBoxButton, MessageBoxImage, MessageBoxResult) staticmessageBoxText, caption, button, icon, defaultResultDisplays the DXMessageBox with specific text, title, icon and set of buttons, one of which is set as default.
Show(String, String, MessageBoxButton, MessageBoxImage) staticmessageBoxText, caption, button, iconDisplays the DXMessageBox with specific text, title, image and set of buttons.
Show(String, String, MessageBoxButton) staticmessageBoxText, caption, buttonDisplays the DXMessageBox with specific text, title and set of buttons.
Show(String, String) staticmessageBoxText, captionDisplays the DXMessageBox with specified text and title.
Show(String) staticmessageBoxTextDisplays the DXMessageBox with specified text.
Show(FrameworkElement, String, String, MessageBoxButton, MessageBoxImage, MessageBoxResult, MessageBoxOptions, FloatingMode, Boolean, Double) staticowner, messageBoxText, caption, button, icon, defaultResult, options, desiredFloatingMode, allowShowAnimatoin, maximumWidthDisplays the DXMessageBox with specific owner, text, title, icon, display options, floating mode, animation, maximum width and set of buttons, one of which is set as default.
Show(FrameworkElement, String, String, MessageBoxButton, MessageBoxImage, MessageBoxResult, MessageBoxOptions, FloatingMode, Boolean) staticowner, messageBoxText, caption, button, icon, defaultResult, options, desiredFloatingMode, allowShowAnimatoinDisplays the DXMessageBox with specific owner, text, title, icon, display options, floating mode, animation, and set of buttons, one of which is set as default.
Show(FrameworkElement, String, String, MessageBoxButton, MessageBoxImage, MessageBoxResult, MessageBoxOptions, FloatingMode) staticowner, messageBoxText, caption, button, icon, defaultResult, options, desiredFloatingModeDisplays the DXMessageBox with specific owner, text, title, icon, display options, floating mode and set of buttons, one of which is set as default.
Show(FrameworkElement, String, String, MessageBoxButton, MessageBoxImage, MessageBoxResult, MessageBoxOptions) staticowner, messageBoxText, caption, button, icon, defaultResult, optionsDisplays the DXMessageBox with specific owner, text, title, icon, display options and set of buttons, one of which is set as default.
Show(FrameworkElement, String, String, MessageBoxButton, MessageBoxImage, MessageBoxResult) staticowner, messageBoxText, caption, button, icon, defaultResultDisplays the DXMessageBox with specific owner, text, title, image and set of buttons, one of which is set as default.
Show(FrameworkElement, String, String, MessageBoxButton, MessageBoxImage) staticowner, messageBoxText, caption, button, iconDisplays the DXMessageBox with specific owner, text, title, icon and set of buttons.
Show(FrameworkElement, String, String, MessageBoxButton) staticowner, messageBoxText, caption, buttonDisplays the DXMessageBox with specific owner, text, title and set of buttons.
Show(FrameworkElement, String, String) staticowner, messageBoxText, captionDisplays the DXMessageBox with specific owner, text and title.
Show(FrameworkElement, String) staticowner, messageBoxTextDisplays the DXMessageBox with specified owner and text.