This document is archived and information here might be outdated. Recommended version. |
The value of an RGB Color-typed property.
[Visual Basic .NET] Public Function get_PropertyValueRGBColor ( _ ByVal propIndex As Integer _ ) As IColor
[Visual Basic .NET] Public Sub set_PropertyValueRGBColor ( _ ByVal propIndex As Integer, _ ByVal ppColor As IColor _ )
[C#] public IColor get_PropertyValueRGBColor ( int propIndex );
[C#] public void set_PropertyValueRGBColor ( int propIndex, IColor ppColor );
[C++]
HRESULT put_PropertyValueRGBColor(
long propIndex,
IColor* ppColor
);
[C++] Parameters propIndex [in]
propIndex is a parameter of type long ppColor [in]
ppColor is a parameter of type IColor*