This document is archived and information here might be outdated. Recommended version. |
The color.
[Visual Basic .NET] Public Property Color As IRgbColor
[C#] public IRgbColor Color {get; set;}
[C++]
HRESULT get_Color(
IRgbColor* ppRgbColor
);
[C++]
HRESULT putref_Color(
IRgbColor** ppRgbColor
);
[C++] Parameters ppRgbColor [in]
ppRgbColor is a parameter of type IRgbColor* ppRgbColor [out, retval]
ppRgbColor is a parameter of type IRgbColor**