The symbol color.
[Visual Basic 6.0] Property Color As IColor
[Visual Basic .NET] Public Property Color As IColor
[C#] public IColor Color {get; set;}
[Java] public IColor getColor() throws IOException, AutomationException
[Java] public void setColor( IColor pColor ) throws IOException, AutomationException
[C++] HRESULT get_Color( IColor** Color );
[C++] HRESULT put_Color( IColor* Color);
Parameters
Color [out, retval]
Color is a parameter of type IColor
Color [in]
Color is a parameter of type IColor