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 whether files are opened when double-clicked.
Get
VB.NET | Boolean = object.OpenFiles As Boolean |
VB | Boolean = object.OpenFiles As Boolean |
C#.NET | bool Boolean = object.OpenFiles; |
VC++ | VARIANT_BOOL Boolean = object->OpenFiles; VARIANT_BOOL Boolean = object->GetOpenFiles(); |
C | HRESULT object->get_OpenFiles(VARIANT_BOOL* Boolean); |
Put
VB.NET | object.OpenFiles = Boolean As Boolean |
VB | object.OpenFiles = Boolean As Boolean |
C#.NET | bool object.OpenFiles = Boolean; |
VC++ | VARIANT_BOOL object->OpenFiles = Boolean; void object->PutOpenFiles(VARIANT_BOOL Boolean); |
C | HRESULT object->put_OpenFiles(VARIANT_BOOL Boolean); |
object
Boolean
Defines whether files are opened when double-clicked.
Boolean | Description |
---|---|
True | If a file/folder is double-clicked, it is opened for execution, if possible. The action associated with "open" is performed on the file/folder. The "open" action is not processed or implemented by SftDirectory, it is simply passed to the Windows Shell or Shell extensions. The Opening event takes place to allow an application to open the file, if desired. |
False | If a file/folder is double-clicked, no action takes place. The Opening event takes place to allow an application to open the file/folder, if desired. |
The OpenFiles property defines whether files are opened when double-clicked.
If a file/folder is double-clicked, it is expanded or collapsed instead.
The file is opened only after the Opening event has been called. If the Opening event sets Allow to False, the file is not opened.
See Also SftDirectory Object | Object Hierarchy