MessageShow(String, String, MessageImage, Boolean) Method

Show message box.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public static void Show(
	string text,
	string caption,
	MessageImage icon,
	bool unescape = true
)

Parameters

text  String
Text to show.
caption  String
Caption for the message box.
icon  MessageImage
MessageImage with the icon to show in the message box.
unescape  Boolean  (Optional)
Indicates whether unescape is enabled.

See Also