MessageShow(String, String, MessageButton, MessageImage, MessageResult, Boolean) Method
Show message box.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public static MessageResult Show(
string text,
string caption,
MessageButton button,
MessageImage icon,
MessageResult defaultResult,
bool unescape = true
)
Public Shared Function Show (
text As String,
caption As String,
button As MessageButton,
icon As MessageImage,
defaultResult As MessageResult,
Optional unescape As Boolean = true
) As MessageResult
- text String
- Text to show.
- caption String
- Caption for the message box.
- button MessageButton
- MessageButton with the buttons to show in the mesage box.
- icon MessageImage
- MessageImage with the icon to show in the message box.
- defaultResult MessageResult
- MessageResult with the default result for the message box.
- unescape Boolean (Optional)
- Indicates whether unescape is enabled.
MessageResultMessageResult with the result of the message box.