Hide

SftDirectory 3.5 - ActiveX File/Folder Control

Display
Print

SftDirectory.ErrorWindow Property

Defines the top-level application window for error message reporting.

Syntax

Get

VB.NETHandle = object.ErrorWindow As Integer
VBHandle = object.ErrorWindow As Long
C#.NETint Handle = object.ErrorWindow;
VC++long Handle = object->ErrorWindow;
long Handle = object->GetErrorWindow();
CHRESULT object->get_ErrorWindow(long* Handle);

Put

VB.NETobject.ErrorWindow = Handle As Integer
VBobject.ErrorWindow = Handle As Long
C#.NETint object.ErrorWindow = Handle;
VC++long object->ErrorWindow = Handle;
void object->PutErrorWindow(long Handle);
CHRESULT object->put_ErrorWindow(long Handle);

object

A SftDirectory object.

Handle

A window handle defining the top-level application window for error message reporting.

Comments

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


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