Hide

SftOptions 1.0 - ActiveX Options Control

Display
Print

SftOptions.Load Method

Loads all option settings.

Syntax

VB.NETobject.Load
VBobject.Load
C#.NETvoid object.Load();
VC++HRESULT object->Load();
CHRESULT object->raw_Load();

object

A SftOptions object.

Comments

The Load method loads all option settings.

The option settings as currently saved in the location defined by IO.File or IO.Registry are loaded into the SftOptions control. Only option settings for which an entry has been added to the control are displayed.

If no option entries have been previously saved in the location defined by IO.File or IO.Registry, the default values are set for each entry (see Entry.DefaultValue).

The Save method is used to save all option settings.

The Load method does not have to be called if all entries are defined at design-time. It is only used after entries have been added at run-time using the Add method and InitializationComplete has been called to load the settings.

See Also SftOptions Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.