Updates the main message within the dialog window.

Namespace:  ESRI.ArcGISExplorer.Application

Assembly:  ESRI.ArcGISExplorer.Application (in ESRI.ArcGISExplorer.Application.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public void UpdateInstruction(
	string instruction
)
Visual Basic (Declaration)
Public Sub UpdateInstruction ( _
	instruction As String _
)

Parameters

instruction
Type: System..::.String

The main message within the dialog window.

See Also