IHostManagementViewsShowMessage(String, String, MessageButton, MessageImage) Method

Display the message box.

Definition

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

Parameters

text  String
Message text.
caption  String
Message title.
button  MessageButton
MessageButton with the message buttons.
icon  MessageImage
MessageImage with the message image icon.

Return Value

MessageResult
MessageResult with the message result.

See Also