ArcObjects Library Reference (System)  

IProgressor.Message Property

The message displayed by the progressor.

[Visual Basic .NET]
Public Property Message As String
[C#]
public string Message {get; set;}
[C++]
HRESULT get_Message(
  BSTR* Message
);
[C++]
HRESULT put_Message(
  BSTR Message
);
[C++]

Parameters

Message [out, retval]   Message is a parameter of type BSTR Message [in]   Message is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

This is a generic Message property for progressors (for example a progress bar).

See Also

IProgressor Interface