Description
Set the color of the Active/Inactive Boundary.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property ActiveInactiveBoundaryColor() As System.Drawing.Color
|
| [C#] |
|---|
public System.Drawing.Color ActiveInactiveBoundaryColor {get; set;}
|
| [Managed C++] |
|---|
public: __property uint get_ActiveInactiveBoundaryColor(); public: __property void set_ActiveInactiveBoundaryColor(
uint
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ActiveInactiveBoundaryColor(
uint * pVal
);
public: HRESULT put_ActiveInactiveBoundaryColor(
uint color
);
|
| [Java] |
|---|
public long getActiveInactiveBoundaryColor();
public void setActiveInactiveBoundaryColor(
long
);
|
See Also