Hide

SftDirectory 3.5 - ActiveX File/Folder Control

Display
Print

SftDirectory.ShowErrors Property

Defines whether error messages are displayed.

Syntax

Get

VB.NETBoolean = object.ShowErrors As Boolean
VBBoolean = object.ShowErrors As Boolean
C#.NETbool Boolean = object.ShowErrors;
VC++VARIANT_BOOL Boolean = object->ShowErrors;
VARIANT_BOOL Boolean = object->GetShowErrors();
CHRESULT object->get_ShowErrors(VARIANT_BOOL* Boolean);

Put

VB.NETobject.ShowErrors = Boolean As Boolean
VBobject.ShowErrors = Boolean As Boolean
C#.NETbool object.ShowErrors = Boolean;
VC++VARIANT_BOOL object->ShowErrors = Boolean;
void object->PutShowErrors(VARIANT_BOOL Boolean);
CHRESULT object->put_ShowErrors(VARIANT_BOOL Boolean);

object

A SftDirectory object.

Boolean

Defines whether error messages are displayed.

BooleanDescription
TrueError messages that are generated by the Windows Shell and available Shell extensions are displayed.
FalseAny error messages that would be generated by the Windows Shell and available Shell extensions are suppressed.

Comments

The ShowErrors property defines whether error messages are displayed.

The ErrorWindow property defines the top-level application window for error message reporting.

See Also SftDirectory Object | Object Hierarchy


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