frmMessageShow Method
Display the message box and return the result.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
public static DialogResult Show(
Form owner,
string text,
string caption,
MessageBoxButtons buttons
)
Public Shared Function Show (
owner As Form,
text As String,
caption As String,
buttons As MessageBoxButtons
) As DialogResult
No code example is currently available or this language may not be supported.
- owner Form
-
Reference to the calling form.
- text String
-
Text to display.
- caption String
-
Title caption.
- buttons MessageBoxButtons
-
Buttons allowed in this session.
DialogResult
The result corresponding to the clicked button.