|
|
|
SftDirectoryColumn.BackColor Property |
Defines the default background color for all cells in this column.
Syntax
VB.NET |
|||
VB |
Clr = object.BackColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->BackColor;
|
||
C |
HRESULT object->get_BackColor(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.BackColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->BackColor = Clr;
|
||
C |
HRESULT object->put_BackColor(OLE_COLOR Clr); |
||
Delphi |
object
A SftDirectoryColumn object.
Clr
Defines the default background color for all cells in this column.
Comments
The BackColor property defines the default background color for all cells in this column.
It overrides the control's BackColor property. Individual folders can override the background color using the Folder.BackColor property.