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 top-level application window for error message reporting.
Get
VB.NET | Handle = object.ErrorWindow As Integer |
VB | Handle = object.ErrorWindow As Long |
C#.NET | int Handle = object.ErrorWindow; |
VC++ | long Handle = object->ErrorWindow; long Handle = object->GetErrorWindow(); |
C | HRESULT object->get_ErrorWindow(long* Handle); |
Put
VB.NET | object.ErrorWindow = Handle As Integer |
VB | object.ErrorWindow = Handle As Long |
C#.NET | int object.ErrorWindow = Handle; |
VC++ | long object->ErrorWindow = Handle; void object->PutErrorWindow(long Handle); |
C | HRESULT object->put_ErrorWindow(long Handle); |
object
Handle
A window handle defining the top-level application window for error message reporting.
The ErrorWindow property defines the top-level application window for error message reporting.
If an error message needs to be displayed, the specified window is used as parent window for the resulting message box. Methods such as the control's Do and Folder.Do can display error messages. These error messages are not generated or implemented by SftDirectory, they are generated by the Windows Shell or Shell extensions.
If the ErrorWindow property is not set by the application, the SftDirectory control's (non-child) parent window is used as top-level application window.
Error messages can be suppressed by using the ShowErrors property.
See Also SftDirectory Object | Object Hierarchy