|
|
|
SftDirectoryFolder.InfoTip Property |
Returns the file/folder's info tip text.
Syntax
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;
|
||
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).