Hide

SftDirectory 3.5 - ActiveX File/Folder Control

Display
Print

SftDirectory.ShowImages Property

Defines whether the file/folder images are displayed.

Syntax

Get

VB.NETBoolean = object.ShowImages As Boolean
VBBoolean = object.ShowImages As Boolean
C#.NETbool Boolean = object.ShowImages;
VC++VARIANT_BOOL Boolean = object->ShowImages;
VARIANT_BOOL Boolean = object->GetShowImages();
CHRESULT object->get_ShowImages(VARIANT_BOOL* Boolean);

Put

VB.NETobject.ShowImages = Boolean As Boolean
VBobject.ShowImages = Boolean As Boolean
C#.NETbool object.ShowImages = Boolean;
VC++VARIANT_BOOL object->ShowImages = Boolean;
void object->PutShowImages(VARIANT_BOOL Boolean);
CHRESULT object->put_ShowImages(VARIANT_BOOL Boolean);

object

A SftDirectory object.

Boolean

Defines whether the file/folder images are displayed.

BooleanDescription
TrueFile/folder images are displayed.
FalseFile/folder images are not displayed.

Comments

The ShowImages property defines whether the file/folder images are displayed.

File/folder images are provided by the operating system, the Windows Shell or the folder itself. An application can override the default image using the Folder.Picture property.

See Also SftDirectory Object | Object Hierarchy


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