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 properties are stored as a flat list in a property bag.
Get | |||
VB | Boolean = object._FlatProperties As Boolean | ||
Put | |||
VB | object._FlatProperties = Boolean As Boolean |
object
Boolean
Defines whether properties are stored as a flat list in a property bag.
Boolean | Description |
---|---|
True | The SftTabs/OCX properties are stored as a flat list if a property bag is used (IPropertyBag interface). |
False | The SftTabs/OCX properties are stored as objects if a property bag is used (IPropertyBag interface). This is the default and the recommended setting. |
The _FlatProperties property defines whether properties are stored as a flat list in a property bag.
The _FlatProperties property can be used with development tools that do not properly save objects in a property bag (IPropertyBag interface). Visual Basic fully supports objects in property bags or uses the IStream interface. The _FlatProperties property should be set to False (the default).
See Also SftTabs Object | Object Hierarchy