MessageShow(String, String, MessageButton, MessageImage) Method

Show message box.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public static MessageResult Show(
	string text,
	string caption,
	MessageButton button,
	MessageImage icon
)

Parameters

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.

Return Value

MessageResult
MessageResult with the result of the message box.

See Also