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 DisplayBackground As Boolean
[C#]
public bool DisplayBackground {get; set;}
[C++]
HRESULT get_DisplayBackground(
VARIANT_BOOL b
);
[C++]
HRESULT put_DisplayBackground(
Boolean* b
);
[C++] Parameters b [in]
b is a parameter of type bool b [out, retval]
b is a parameter of type bool*