Click or drag to resize

IMessageDialog Interface

Represents a dialog.

Namespace:  Cauldron.XAML
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public interface IMessageDialog
Methods
  NameDescription
Public methodShowAsync(String, String, CauldronUICommand, CauldronUICommand)
Begins an asynchronous operation showing a dialog.
Public methodShowAsync(String, String, MessageBoxImage, CauldronUICommand, CauldronUICommand)
Begins an asynchronous operation showing a dialog.
Public methodShowAsync(String, String, UInt32, UInt32, CauldronUICommandCollection)
Begins an asynchronous operation showing a dialog.
Public methodShowAsync(String, String, UInt32, UInt32, MessageBoxImage, CauldronUICommandCollection)
Begins an asynchronous operation showing a dialog.
Public methodShowExceptionAsync(Exception)
Begins an asynchronous operation showing a dialog with an OK and a copy button
Public methodShowExceptionAsync(Exception, String)
Begins an asynchronous operation showing a dialog with an OK and a copy button
Public methodShowOKAsync(String)
Begins an asynchronous operation showing a dialog with an OK button.
Public methodShowOKAsync(String, String)
Begins an asynchronous operation showing a dialog with an OK button.
Public methodShowOKAsync(String, String, MessageBoxImage)
Begins an asynchronous operation showing a dialog with an OK button.
Public methodShowOKAsync(String, String, Action)
Begins an asynchronous operation showing a dialog with an OK button.
Public methodShowOKCancelAsync(String, String, Action)
Begins an asynchronous operation showing a dialog with an OK and cancel button.
Public methodShowOKCancelAsync(String, String, Action, Action)
Begins an asynchronous operation showing a dialog with an OK and cancel button.
Public methodShowYesNoAsync(String, String)
Begins an asynchronous operation showing a dialog with a Yes and No button.
Public methodShowYesNoAsync(String, String, Action)
Begins an asynchronous operation showing a dialog with a Yes and No button.
Public methodShowYesNoAsync(String, String, Action, Action)
Begins an asynchronous operation showing a dialog with a Yes and No button.
Public methodShowYesNoCancelAsync(String, String, Action, Action)
Begins an asynchronous operation showing a dialog with a Yes, No and Cancel button.
Public methodShowYesNoCancelAsync(String, String, Action, Action, Action)
Begins an asynchronous operation showing a dialog with a Yes, No and Cancel button.
Top
See Also