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
Starts editing so the file/folder can be renamed.
VB.NET | object.Rename(ByVal InitialEditString As String) |
VB | object.Rename(ByVal InitialEditString As String) |
C#.NET | void object.Rename(string InitialEditString); |
VC++ | HRESULT object->Rename(_bstr_t InitialEditString); |
C | HRESULT object->raw_Rename(BSTR InitialEditString); |
object
A SftDirectoryFolder object.
InitialEditString
Defines the initial string displayed in the edit control used to enter the new file/folder name. This can be used to suggest a new file/folder name to the end-user. Specify a null string to default to the current file/folder name.
The Rename method starts editing so the file/folder can be renamed.
The Name property can be used to update a folder name by immediately renaming the file/folder.
The Rename method has no effect for combo box style controls (see ControlStyle property).
See Also SftDirectoryFolder Object | Object Hierarchy