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
Returns the SftOptionsIO object.
Get
| VB.NET | refIOObj = object.IO As SftOptionsIO |
| VB | Set refIOObj = object.IO As SftOptionsIO |
| C#.NET | SftOptionsIO refIOObj = object.IO; |
| VC++ | ISftOptionsIO* refIOObj = object->IO; ISftOptionsIO* refIOObj = object->GetIO(); |
| C | HRESULT object->get_IO(ISftOptionsIO** refIOObj); |
object
refIOObj
Returns the SftOptionsIO object.
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.
Dim CheckBoxValue As String SftOptions1.IO.Registry = "USR:Software\Softelvdm\TestData\FirstSample" CheckBoxValue = SftOptions1.IO.OptionValue("Cb1")
See Also SftOptions Object | Object Hierarchy
