AdvancedMessageDialogExecute(String) Method

Shows an information dialog.

Definition

Namespace: KGySoft.WinForms.Forms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public DialogResult Execute(
	string message
)

Parameters

message  String
The message to show.

Return Value

DialogResult
The DialogResult returned by the dialog.

See Also