Set the color of the Inactive Fill.
Read-write property
[Visual Basic .NET] |
---|
Public Property InactiveFillColor() As System.Drawing.Color |
[C#] |
---|
public System.Drawing.Color InactiveFillColor {get; set;} |
[Managed C++] |
---|
public: __property uint get_InactiveFillColor(); |
[Unmanaged C++] |
---|
public: HRESULT get_InactiveFillColor( uint * pVal ); public: HRESULT put_InactiveFillColor( uint color ); |
[Java] |
---|
public long getInactiveFillColor(); public void setInactiveFillColor( long ); |