Font color of the data display.
Read-write property
[Visual Basic .NET] |
---|
Public Property FontColor() As System.Drawing.Color |
[C#] |
---|
public System.Drawing.Color FontColor {get; set;} |
[Managed C++] |
---|
public: __property uint get_FontColor(); |
[Unmanaged C++] |
---|
public: HRESULT get_FontColor( uint * pVal ); public: HRESULT put_FontColor( uint FontColor ); |
[Java] |
---|
public long getFontColor(); public void setFontColor( long ); |