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/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
Restores all default values.
| VB.NET | object.RestoreAll |
| VB | object.RestoreAll |
| C#.NET | void object.RestoreAll(); |
| VC++ | HRESULT object->RestoreAll(); |
| C | HRESULT object->raw_RestoreAll(); |
object
The RestoreAll method restores all default values.
The Entry.Restore method can be used to restore the default value of one entry.
Default values are restored (see Entry.Restore, Entry.DefaultValue and Entry.Value) in the SftOptions control for display purposes. To save the restored values, the Save method must be called.
SftOptions1.RestoreAllSee Also SftOptions Object | Object Hierarchy
