Description
The color of the border surrounding the data display background.
Property type
Read-write property
Syntax
[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(); public: __property void set_BackgroundBorderColor(
uint
);
|
[Unmanaged C++] |
---|
public: HRESULT get_BackgroundBorderColor(
uint * pRetVal
);
public: HRESULT put_BackgroundBorderColor(
uint BorderColor
);
|
[Java] |
---|
public long getBackgroundBorderColor();
public void setBackgroundBorderColor(
long
);
|
See Also