The background color of the control.
Read-write property
[Visual Basic .NET] |
---|
Public Property BackColor() As System.Drawing.Color |
[C#] |
---|
public System.Drawing.Color BackColor {get; set;} |
[Managed C++] |
---|
public: __property uint get_BackColor(); |
[Unmanaged C++] |
---|
public: HRESULT get_BackColor( uint * pclr ); public: HRESULT put_BackColor( uint clr ); |
[Java] |
---|
public long getBackColor(); public void setBackColor( long ); |