Back to Devexpress

WinUIMessageBox.Show Method

wpf-devexpress-dot-xpf-dot-windowsui-dot-winuimessagebox-dot-show.md

latest5.8 KB
Original Source

WinUIMessageBox.Show Method

NameParametersDescription
Show(String, String, MessageBoxButton, MessageBoxImage, MessageBoxResult, MessageBoxOptions) staticmessageBoxText, caption, button, icon, defaultResult, optionsDisplays the WinUIMessageBox 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 WinUIMessageBox 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 WinUIMessageBox with specific text, title, image and set of buttons.
Show(String, String, MessageBoxButton) staticmessageBoxText, caption, buttonDisplays the WinUIMessageBox with specific text, title and set of buttons.
Show(String, String) staticmessageBoxText, captionDisplays the WinUIMessageBox with specified text and title.
Show(String) staticmessageBoxTextDisplays the WinUIMessageBox with specified text.
Show(FrameworkElement, String, String, MessageBoxButton, MessageBoxImage, MessageBoxResult, MessageBoxOptions, FloatingMode, Boolean) staticowner, messageBoxText, caption, button, icon, defaultResult, options, desiredFloatingMode, allowShowAnimatoinDisplays the WinUIMessageBox 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 WinUIMessageBox 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 WinUIMessageBox 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 WinUIMessageBox 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 WinUIMessageBox with specific owner, text, title, icon and set of buttons.
Show(FrameworkElement, String, String, MessageBoxButton) staticowner, messageBoxText, caption, buttonDisplays the WinUIMessageBox with specific owner, text, title and set of buttons.
Show(FrameworkElement, String, String) staticowner, messageBoxText, captionDisplays the WinUIMessageBox with specific owner, text and title.
Show(FrameworkElement, String) staticowner, messageBoxTextDisplays the WinUIMessageBox with specified owner and text.