Set the color of the Active Fill.
Read-write property
[Visual Basic .NET] |
---|
Public Property ActiveFillColor() As System.Drawing.Color |
[C#] |
---|
public System.Drawing.Color ActiveFillColor {get; set;} |
[Managed C++] |
---|
public: __property uint get_ActiveFillColor(); |
[Unmanaged C++] |
---|
public: HRESULT get_ActiveFillColor( uint * pVal ); public: HRESULT put_ActiveFillColor( uint color ); |
[Java] |
---|
public long getActiveFillColor(); public void setActiveFillColor( long ); |