Hide

SftOptions 1.0 - ActiveX Options Control

Display
Print

SftOptions.IO Property

Returns the SftOptionsIO object.

Syntax

Get

VB.NETrefIOObj = object.IO As SftOptionsIO
VBSet refIOObj = object.IO As SftOptionsIO
C#.NETSftOptionsIO refIOObj = object.IO;
VC++ISftOptionsIO* refIOObj = object->IO;
ISftOptionsIO* refIOObj = object->GetIO();
CHRESULT object->get_IO(ISftOptionsIO** refIOObj);

object

A SftOptions object.

refIOObj

Returns the SftOptionsIO object.

Comments

The IO property returns the SftOptionsIO object.

The SftOptionsIO object is used to retrieve and set options as they are currently saved in the Registry or INI file.

Example

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

See Also SftOptions Object | Object Hierarchy


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