This document is archived and information here might be outdated. Recommended version. |
An obsolete method.
[Visual Basic .NET]
Public Property ProcessMessages As Boolean
[C#]
public bool ProcessMessages {get; set;}
[C++]
HRESULT get_ProcessMessages(
VARIANT_BOOL ProcessMessages
);
[C++]
HRESULT put_ProcessMessages(
Boolean* ProcessMessages
);
[C++] Parameters ProcessMessages [in]
ProcessMessages is a parameter of type bool ProcessMessages [out, retval]
ProcessMessages is a parameter of type bool*
Do not use this method as it is obsolete.