SftDirectory 2.5

SftDirectoryFolder.InfoTip Property

Softel vdm, Inc.

Returns the file/folder's info tip text.

Syntax       

Get

VB.NET

TipString = object.InfoTip  As String

VB

TipString = object.InfoTip  As String

C#.NET

string TipString = object.InfoTip;

VC++

_bstr_t TipString = object->InfoTip;
_bstr_t TipString = object->GetInfoTip();

C

HRESULT object->get_InfoTip(BSTR* TipString);

Delphi

TipString := object.InfoTip   : WideString;

object

A SftDirectoryFolder object.

TipString

Returns the file/folder's info tip text.

Comments

The InfoTip property returns the file/folder's info tip text.

The info tip text is normally displayed by Windows Explorer and is maintained by the Windows Shell or Shell extensions.  The text usually provides information about the file/folder and is suitable for use in a status bar (for example).


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