|
|
|
|
|
SftDirectory.ForeColorEncrypted Property |
Defines the foreground color of encrypted files/folders.
Syntax
|
VB.NET |
|||
|
VB |
Clr = object.ForeColorEncrypted As OLE_COLOR |
||
|
C#.NET |
|||
|
VC++ |
OLE_COLOR Clr = object->ForeColorEncrypted;
|
||
|
C |
HRESULT object->get_ForeColorEncrypted(OLE_COLOR* Clr); |
||
|
Delphi |
|||
|
VB.NET |
|||
|
VB |
object.ForeColorEncrypted = Clr As OLE_COLOR |
||
|
C#.NET |
|||
|
VC++ |
OLE_COLOR object->ForeColorEncrypted = Clr;
|
||
|
C |
HRESULT object->put_ForeColorEncrypted(OLE_COLOR Clr); |
||
|
Delphi |
|||
object
A SftDirectory object.
Clr
Defines the foreground color of encrypted files/folders.
Comments
The ForeColorEncrypted property defines the foreground color of encrypted files/folders. If a file/folder is encrypted, the foreground color defined using the ForeColorEncrypted property is used to display the file/folder's text. The Folder.ForeColor property overrides a file/folder's foreground color.