Updates the secondary 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 UpdateMessage(
	string message
)
Visual Basic (Declaration)
Public Sub UpdateMessage ( _
	message As String _
)

Parameters

message
Type: System..::.String

A secondary message which appears below the instruction.

See Also