SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Returns the total number of files and folders.
Get
VB.NET | Count = object.FolderCount As Integer |
VB | Count = object.FolderCount As Integer |
C#.NET | int Count = object.FolderCount; |
VC++ | int Count = object->FolderCount; int Count = object->GetFolderCount(); |
C | HRESULT object->get_FolderCount(int* Count); |
object
Count
Returns the total number of files and folders.
The FolderCount property returns the total number of files and folders.
The total Count includes all files and folders that are currently loaded by the control and includes files and folders that are part of a collapsed parent folder. Files may not be included, based on the ShowFiles property setting.
SftDirectoryFolder objects for each available file and folder can be retrieved using the FolderList property.
See Also SftDirectory Object | Object Hierarchy