SftButton/DLL 3.0 - Button Control (Coming Soon)
SftTabs/DLL 7.0 - Tab Control (Coming Soon)
SftTree/DLL 7.5 - Tree Control
SftTree/DLL 8.0 - Tree Control (Coming Soon)
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
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
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
