frmMessageShow Method

Display the message box and return the result.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
C#
public static DialogResult Show(
	Form owner,
	string text,
	string caption,
	MessageBoxButtons buttons
)

Parameters

owner  Form
Reference to the calling form.
text  String
Text to display.
caption  String
Title caption.
buttons  MessageBoxButtons
Buttons allowed in this session.

Return Value

DialogResult
The result corresponding to the clicked button.

See Also