This document is archived and information here might be outdated. Recommended version. |
Background display color.
[Visual Basic .NET] Public Property BackgroundColor As IColor
[C#] public IColor BackgroundColor {get; set;}
[C++]
HRESULT get_BackgroundColor(
IColor** ppColor
);
[C++]
HRESULT putref_BackgroundColor(
IColor* ppColor
);
[C++] Parameters ppColor [out, retval]
ppColor is a parameter of type IColor** ppColor [in]
ppColor is a parameter of type IColor*