MessageShow(String, String, MessageButton, MessageImage) 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
)
Public Shared Function Show (
text As String,
caption As String,
button As MessageButton,
icon As MessageImage
) 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.
MessageResultMessageResult with the result of the message box.