status

Method of IApplication

Description

Sets status message

Parameters

Syntax

JavaScript

Application.status(strMessage, eType);

==== Visual Basic Script ====

Application.status strMessage, eType

==== C++ ====

HRESULT hr = Application.status(strMessage, eType);

===== See Also ===== IApplication