Gets or sets the color of the border surrounding the data display background.
Read-write property
[Visual Basic .NET] |
---|
Public Property BackgroundBorderColor() As System.Drawing.Color |
[C#] |
---|
public System.Drawing.Color BackgroundBorderColor {get; set;} |
[Managed C++] |
---|
public: __property uint get_BackgroundBorderColor(); |
[Unmanaged C++] |
---|
public: HRESULT get_BackgroundBorderColor( uint * pRetVal ); public: HRESULT put_BackgroundBorderColor( uint BorderColor ); |
[Java] |
---|
public long getBackgroundBorderColor(); public void setBackgroundBorderColor( long ); |