Overload List
Name | Description | |
---|---|---|
Show(String) |
Displays a message box that has a message.
|
|
Show(String, Action<(Of <<'(MessageBoxResult>)>>)) |
Displays a message box that has a message and calls back with the result.
|
|
Show(String, String) |
Displays a message box that has a message and title bar caption.
|
|
Show(String, String, C1MessageBoxButton) |
Displays a message box that has a message, title bar caption and button.
|
|
Show(String, String, C1MessageBoxIcon) |
Displays a message box that has a message, title bar caption and icon.
|
|
Show(String, String, Action<(Of <<'(MessageBoxResult>)>>)) |
Displays a message box that has a message and title bar caption; and calls back with the result.
|
|
Show(String, String, C1MessageBoxButton, C1MessageBoxIcon) |
Displays a message box that has a message, title bar caption and icon.
|
|
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.
|
|
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.
|
|
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.
|