Hide

SftOptions 1.0 - ActiveX Options Control

Display
Print

SftOptsIO.Registry Property

Defines the registry path used to store property settings.

Syntax

Get

VB.NETRegistryPath = object.Registry As String
VBRegistryPath = object.Registry As String
C#.NETstring RegistryPath = object.Registry;
VC++_bstr_t RegistryPath = object->Registry;
_bstr_t RegistryPath = object->GetRegistry();
CHRESULT object->get_Registry(BSTR* RegistryPath);

Put

VB.NETobject.Registry = RegistryPath As String
VBobject.Registry = RegistryPath As String
C#.NETstring object.Registry = RegistryPath;
VC++_bstr_t object->Registry = RegistryPath;
void object->PutRegistry(_bstr_t RegistryPath);
CHRESULT object->put_Registry(BSTR RegistryPath);

object

A SftOptsIO object.

RegistryPath

Defines the registry path used to store property settings.

Comments

The Registry property defines the registry path used to store property settings (please see the SftOptionsIO.Registry property for complete information).

The SftOptsIO control is used by an application to retrieve (or set) option values. The SftOptsIO control does not offer a user interface. The SftOptions control is used to provide a user interface to allow the end-user to modify option settings.

The SftOptsIO control offers simplified Registry and INI file I/O to retrieve or set option values.

The SftOptsIO.Registry property is identical to the SftOptionsIO.Registry property.

Example

Dim CheckBoxValue As String
SftOptsIO1.Registry = "USR:Software\Softelvdm\TestData\FirstSample"
CheckBoxValue = SftOptsIO1.OptionValue("Cb1")

See Also SftOptsIO Object | Object Hierarchy


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