| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| 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> |
A Microsoft.VisualBasic.MsgBoxResult value.