This document is archived and information here might be outdated. Recommended version. |
Can this tool run in the background.
[Visual Basic .NET] Public Property CanRunInBackground As Boolean
[C#] public bool CanRunInBackground {get; set;}
[C++]
HRESULT get_CanRunInBackground(
Boolean* pCanRunInBackground
);
[C++]
HRESULT put_CanRunInBackground(
VARIANT_BOOL pCanRunInBackground
);
[C++]
Parameters pCanRunInBackground [out, retval]
pCanRunInBackground is a parameter of type bool* pCanRunInBackground [in]
pCanRunInBackground is a parameter of type bool