Display a Message Box.

Syntax

ISUserInterface.MsgBoxEx(text, [buttons], [icon], [defaultButton], [helpFilePath])

Parameters

NameTypeOptionalByRefDescription
text String The Text to display.
buttons System.Windows.Forms.MessageBoxButtons Optional The Buttons to display. If omitted, a value of MessageBoxButtons.OK is assumed.
icon System.Windows.Forms.MessageBoxIcon Optional The Icon to display. If omitted, a value of MessageBoxIcon.Information is assumed.
defaultButton System.Windows.Forms.MessageBoxDefaultButton Optional The Default button. If omitted, a value of System.Windows.Forms.MessageBoxDefaultButton.Button1 is assumed.
helpFilePath String Optional <para>A Help Topic, e.g. "Client.General"</para> <para>URL, e.g. "https://www.intersoft.co.nz/Developer/Default.aspx?id=Developer.PageSets".</para> <para>Knowledge Base article, e.g. "KB:99999".</para> <para>Technical Support Bulletin, e.g. "TSB:TSB1030".</para> <para>Trouble Shooting Guide, e.g. "TSG:TSG2000".</para>

Return Value

Microsoft.VisualBasic.MsgBoxResult

A Microsoft.VisualBasic.MsgBoxResult value.

Member of:
ISUserInterface
Namespace:
Intersoft.ISUserInterface6
Assembly:
ISUserInterface6, Version=6.0.3
Target Framework:
.NET 9.0