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
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Defines the Registry location used to load and save layout information.
Get
VB.NET | EntryName = object.RegistryEntry As String |
VB | EntryName = object.RegistryEntry As String |
C#.NET | string EntryName = object.RegistryEntry; |
VC++ | _bstr_t EntryName = object->RegistryEntry; _bstr_t EntryName = object->GetRegistryEntry(); |
C | HRESULT object->get_RegistryEntry(BSTR* EntryName); |
Put
VB.NET | object.RegistryEntry = EntryName As String |
VB | object.RegistryEntry = EntryName As String |
C#.NET | string object.RegistryEntry = EntryName; |
VC++ | _bstr_t object->RegistryEntry = EntryName; void object->PutRegistryEntry(_bstr_t EntryName); |
C | HRESULT object->put_RegistryEntry(BSTR EntryName); |
object
EntryName
Defines the Registry entry, located at the Registry path defined by the RegistryLocation property, where the column layout and control information is located (see below). If an empty string is specified, the "(Default)" entry is used.
The RegistryEntry property defines the Registry location used to load and save layout information.
The RegistryEntry property must be set at design-time to take effect.
If the RegistryLocation property is defined, the control automatically invokes LoadLayout and SaveLayout, when it is created and destroyed.
If the RegistryLocation property is empty, the RegistryEntry property has no effect.
See Also SftDirectory Object | Object Hierarchy