SftDirectory 2.5

SftDirectory.ShowImages Property

Softel vdm, Inc.

Defines whether the file/folder images are displayed.

Syntax       

Get

VB.NET

Boolean = object.ShowImages  As Boolean

VB

Boolean = object.ShowImages  As Boolean

C#.NET

bool Boolean = object.ShowImages;

VC++

VARIANT_BOOL Boolean = object->ShowImages;
VARIANT_BOOL Boolean = object->GetShowImages();

C

HRESULT object->get_ShowImages(VARIANT_BOOL* Boolean);

Delphi

Boolean := object.ShowImages   : WordBool;

Put

VB.NET

object.ShowImages = Boolean  As Boolean

VB

object.ShowImages = Boolean  As Boolean

C#.NET

bool object.ShowImages = Boolean;

VC++

VARIANT_BOOL object->ShowImages = Boolean;
void object->PutShowImages(VARIANT_BOOL Boolean);

C

HRESULT object->put_ShowImages(VARIANT_BOOL Boolean);

Delphi

object.ShowImages := Boolean   : WordBool;

object

A SftDirectory object.

Boolean

Defines whether the file/folder images are displayed.

Boolean

Description

True

File/folder images are displayed.

False

File/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.


Feedback / comments / error reports for this topic
© 2003, 2008 - Softel vdm, Inc. - www.softelvdm.com