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 processing options when saving/loading contents using the SftTree.GetContents and SftTree.SetContents methods.
Class: (none)
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET
public enum PersistContentsEnum;
Public Enum PersistContentsEnum
Name | Description |
---|---|
None | No data is transferred. |
ItemsOnly | All item definitions are saved/loaded. |
HeadersOnly | All header definitions are saved/loaded. |
FootersOnly | All footer definitions are saved/loaded. |
Contents | All content definitions (items, headers and footers) are saved/loaded. |
Props | All control property definitions are saved/loaded. |
All | All definitions are saved/loaded. |
Defines processing options when saving/loading contents using the SftTree.GetContents and SftTree.SetContents methods.
The values can be combined using a bitwise OR operation to specify multiple values.
See Also | Classes | SftTree/NET 2.0