Updates the title caption of 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 UpdateCaption(
	string caption
)
Visual Basic (Declaration)
Public Sub UpdateCaption ( _
	caption As String _
)

Parameters

caption
Type: System..::.String

The title of the progress dialog window.

See Also