|
|
|
SftDirectory.ActiveColumnBackColor Property |
Defines the background color of the active column.
Syntax
VB.NET |
|||
VB |
Clr = object.ActiveColumnBackColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->ActiveColumnBackColor;
|
||
C |
HRESULT object->get_ActiveColumnBackColor(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.ActiveColumnBackColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->ActiveColumnBackColor = Clr;
|
||
C |
HRESULT object->put_ActiveColumnBackColor(OLE_COLOR Clr); |
||
Delphi |
object
A SftDirectory object.
Clr
Defines the background color of the active column.
Comments
The ActiveColumnBackColor property defines the background color of the active column.
The active column is the column currently sorted ascending/descending. If column sorting has not been enabled, this property has no effect.
If the ActiveColumnBackColor property is set to -1, a default background color is automatically generated, based on the settings of the BackColor property and the ForeColor property. The background color is made slightly darker (or lighter) to make the active column more noticeable. This automatic color determination is only made for display devices that support more than 256 colors.