Skip to main content

MessageBoxCommand Constructors

Specifies a model for message box buttons. The MessageBoxService uses this class.
Name Parameters Description
MessageBoxCommand(Object, String, Action, Boolean, Boolean) id, caption, action, isDefault, isCancel Initializes a new instance of the MessageBoxCommand class with specified settings.
MessageBoxCommand(Object, String, ICommand, Boolean, Boolean) id, caption, command, isDefault, isCancel Initializes a new instance of the MessageBoxCommand class with specified settings.
See Also