This document is archived and information here might be outdated. Recommended version. |
Indicates if a background value is being used.
[Visual Basic .NET]
Public Property Background As Boolean
[C#]
public bool Background {get; set;}
[C++]
HRESULT get_Background(
VARIANT_BOOL b
);
[C++]
HRESULT put_Background(
Boolean* b
);
[C++] Parameters b [in]
b is a parameter of type bool b [out, retval]
b is a parameter of type bool*