Hide

SftDirectory 3.5 - ActiveX File/Folder Control

Display
Print

SftDirectory.RegistryEntry Property

Defines the Registry location used to load and save layout information.

Syntax

Get

VB.NETEntryName = object.RegistryEntry As String
VBEntryName = object.RegistryEntry As String
C#.NETstring EntryName = object.RegistryEntry;
VC++_bstr_t EntryName = object->RegistryEntry;
_bstr_t EntryName = object->GetRegistryEntry();
CHRESULT object->get_RegistryEntry(BSTR* EntryName);

Put

VB.NETobject.RegistryEntry = EntryName As String
VBobject.RegistryEntry = EntryName As String
C#.NETstring object.RegistryEntry = EntryName;
VC++_bstr_t object->RegistryEntry = EntryName;
void object->PutRegistryEntry(_bstr_t EntryName);
CHRESULT object->put_RegistryEntry(BSTR EntryName);

object

A SftDirectory 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.

Comments

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


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