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 ** ppRetVal
);
public: HRESULT put_BackgroundBorderColor(
uint * pNewBackgroundBorderColor
);
|
[Java] |
public long getBackgroundBorderColor();public void setBackgroundBorderColor(
long
);
|
See Also