IHostManagementViewsShowMessage(String, String, MessageButton, MessageImage) Method
Display the message box.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
MessageResult ShowMessage(
string text,
string caption,
MessageButton button,
MessageImage icon
)
Function ShowMessage (
text As String,
caption As String,
button As MessageButton,
icon As MessageImage
) As MessageResult
- text String
- Message text.
- caption String
- Message title.
- button MessageButton
- MessageButton with the message buttons.
- icon MessageImage
- MessageImage with the message image icon.
MessageResultMessageResult with the message result.