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 the default value.
| VB.NET | object.Restore |
| VB | object.Restore |
| C#.NET | void object.Restore(); |
| VC++ | HRESULT object->Restore(); |
| C | HRESULT object->raw_Restore(); |
object
The Restore method restores the default value.
The RestoreAll method can be used to restore the default values of all entries.
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.
See Also SftOptionsEntry Object | Object Hierarchy
