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
Defines whether files or folders are removed as a parent folder is collapsed.
Get
VB.NET | Boolean = object.DeleteOnCollapse As Boolean |
VB | Boolean = object.DeleteOnCollapse As Boolean |
C#.NET | bool Boolean = object.DeleteOnCollapse; |
VC++ | VARIANT_BOOL Boolean = object->DeleteOnCollapse; VARIANT_BOOL Boolean = object->GetDeleteOnCollapse(); |
C | HRESULT object->get_DeleteOnCollapse(VARIANT_BOOL* Boolean); |
Put
VB.NET | object.DeleteOnCollapse = Boolean As Boolean |
VB | object.DeleteOnCollapse = Boolean As Boolean |
C#.NET | bool object.DeleteOnCollapse = Boolean; |
VC++ | VARIANT_BOOL object->DeleteOnCollapse = Boolean; void object->PutDeleteOnCollapse(VARIANT_BOOL Boolean); |
C | HRESULT object->put_DeleteOnCollapse(VARIANT_BOOL Boolean); |
object
Boolean
Defines whether files or folders are removed as a parent folder is collapsed.
Boolean | Description |
---|---|
True | Folders are removed from the control when a branch is collapsed. When the same branch is expanded again, the folder list is reloaded. |
False | Folders are not removed from the control when a branch is collapsed, they are simply hidden. When the same branch is expanded again, the folder list is not reloaded. Depending on the AutoReload property settings, the list may be refreshed as changes occur, even if the branch is collapsed. |
The DeleteOnCollapse property defines whether files or folders are removed as a parent folder is collapsed.
See Also SftDirectory Object | Object Hierarchy