JGR MSTS Editors and Tools
Show Method (owner, icon, mainInstruction, content)
NamespacesJgr.GuiTaskDialogShow(Form, TaskDialogCommonIcon, String, String)

[This is preliminary documentation and is subject to change.]

Shows a message with an icon and an OK button.
Declaration Syntax
C#Visual BasicVisual C++
public static void Show(
	Form owner,
	TaskDialogCommonIcon icon,
	string mainInstruction,
	string content
)
Public Shared Sub Show ( _
	owner As Form, _
	icon As TaskDialogCommonIcon, _
	mainInstruction As String, _
	content As String _
)
public:
static void Show(
	Form^ owner, 
	TaskDialogCommonIcon icon, 
	String^ mainInstruction, 
	String^ content
)
Parameters
owner (Form)
The Form to parent the message on.
icon (TaskDialogCommonIcon)
The TaskDialogCommonIcon to show with the message.
mainInstruction (String)
The main heading for the message.
content (String)
The details for the message, shown below the mainInstruction.

Assembly: JGR.GUI (Module: JGR.GUI) Version: 0.5.4008.31682