|
|
|
SftDirectory.TopMostFolderIDL Property |
Defines the topmost folder displayed using an absolute ITEMIDLIST.
Syntax
VB.NET |
absoluteIDL = object.TopMostFolderIDL As String |
||
VB |
absoluteIDL = object.TopMostFolderIDL As String |
||
C#.NET |
string absoluteIDL = object.TopMostFolderIDL; |
||
VC++ |
_bstr_t absoluteIDL = object->TopMostFolderIDL;
|
||
C |
HRESULT object->get_TopMostFolderIDL(BSTR* absoluteIDL); |
||
Delphi |
absoluteIDL := object.TopMostFolderIDL : WideString; |
||
VB.NET |
object.TopMostFolderIDL = absoluteIDL As String |
||
VB |
object.TopMostFolderIDL = absoluteIDL As String |
||
C#.NET |
string object.TopMostFolderIDL = absoluteIDL; |
||
VC++ |
_bstr_t object->TopMostFolderIDL = absoluteIDL;
|
||
C |
HRESULT object->put_TopMostFolderIDL(BSTR absoluteIDL); |
||
Delphi |
object.TopMostFolderIDL := absoluteIDL : WideString; |
object
A SftDirectory object.
absoluteIDL
Defines the topmost folder displayed using an absolute ITEMIDLIST.
Comments
The TopMostFolderIDL property defines the topmost folder displayed using an absolute ITEMIDLIST.
The control's contents are loaded and displayed using the absolute ITEMIDLIST.
ITEMIDLIST structures are typically used when communicating with the Windows Shell. For detailed information about the ITEMIDLIST structure and its use, please see Microsoft's Windows documentation.