|
|
|
SftDirectoryColumn.SelectForeColor Property |
Defines the default foreground color for all selected cells in this column.
Syntax
VB.NET |
|||
VB |
Clr = object.SelectForeColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->SelectForeColor;
|
||
C |
HRESULT object->get_SelectForeColor(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.SelectForeColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->SelectForeColor = Clr;
|
||
C |
HRESULT object->put_SelectForeColor(OLE_COLOR Clr); |
||
Delphi |
object
A SftDirectoryColumn object.
Clr
Defines the default foreground color for all selected cells in this column.
Comments
The SelectForeColor property defines the default foreground color for all selected cells in this column.
Only the first displayed column uses the SelectForeColor property for folders that are currently selected.