SftDirectory 2.5

SftDirectory.AutoExpandHover Property

Softel vdm, Inc.

Defines whether folders are automatically expanded when the mouse hovers over a folder.

Syntax       

Get

VB.NET

Boolean = object.AutoExpandHover  As Boolean

VB

Boolean = object.AutoExpandHover  As Boolean

C#.NET

bool Boolean = object.AutoExpandHover;

VC++

VARIANT_BOOL Boolean = object->AutoExpandHover;
VARIANT_BOOL Boolean = object->GetAutoExpandHover();

C

HRESULT object->get_AutoExpandHover(VARIANT_BOOL* Boolean);

Delphi

Boolean := object.AutoExpandHover   : WordBool;

Put

VB.NET

object.AutoExpandHover = Boolean  As Boolean

VB

object.AutoExpandHover = Boolean  As Boolean

C#.NET

bool object.AutoExpandHover = Boolean;

VC++

VARIANT_BOOL object->AutoExpandHover = Boolean;
void object->PutAutoExpandHover(VARIANT_BOOL Boolean);

C

HRESULT object->put_AutoExpandHover(VARIANT_BOOL Boolean);

Delphi

object.AutoExpandHover := Boolean   : WordBool;

object

A SftDirectory object.

Boolean

Defines whether folders are automatically expanded when the mouse hovers over a folder.

Boolean

Description

True

An expandable folder is automatically expanded, if the mouse cursor hovers over the folder for an extended period of time.

False

Folders are not automatically expanded.

Comments

The AutoExpandHover property defines whether folders are automatically expanded when the mouse hovers over a folder.

If the mouse cursor hovers over an expandable folder for an extended period of time, the folder can automatically be expanded based on the AutoExpandHover property setting.

The AutoExpandDragDrop property defines whether folders are automatically expanded during drag & drop.


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