The C1MessageBox type exposes the following members.

Methods

  Name Description
Public method Static member Show(String)
Displays a message box that has a message.
Public method Static member Show(String, Action<(Of <<'(MessageBoxResult>)>>))
Displays a message box that has a message and calls back with the result.
Public method Static member Show(String, String)
Displays a message box that has a message and title bar caption.
Public method Static member Show(String, String, C1MessageBoxButton)
Displays a message box that has a message, title bar caption and button.
Public method Static member Show(String, String, C1MessageBoxIcon)
Displays a message box that has a message, title bar caption and icon.
Public method Static member Show(String, String, Action<(Of <<'(MessageBoxResult>)>>))
Displays a message box that has a message and title bar caption; and calls back with the result.
Public method Static member Show(String, String, C1MessageBoxButton, C1MessageBoxIcon)
Displays a message box that has a message, title bar caption and icon.
Public method Static member Show(String, String, C1MessageBoxButton, Action<(Of <<'(MessageBoxResult>)>>))
Displays a message box that has a message, title bar caption and button; and calls back with the result.
Public method Static member Show(String, String, C1MessageBoxIcon, Action<(Of <<'(MessageBoxResult>)>>))
Displays a message box that has a message, title bar caption and icon; and calls back with the result.
Public method Static member Show(String, String, C1MessageBoxButton, C1MessageBoxIcon, Action<(Of <<'(MessageBoxResult>)>>))
Displays a message box that has a message, title bar caption, button and icon; and calls back with the result.

Properties

  Name Description
Public property Static member ContentStyle
Gets or sets the Style that defines the appearance of the window's content.
Public property Static member WindowStyle
Gets or sets the Style that defines the appearance of the window.

See Also