ShellBrowserGetInfoTip Method |
This method returns the hint text of the current object which is provided by the shell.
Per default this includes information that might take some time until it is retrieved, (ie. recursively determine folder size)
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public string GetInfoTip()
Public Function GetInfoTip As String
public:
String^ GetInfoTip()
member GetInfoTip : unit -> string
Return Value
Type:
StringReturns the hint text for the current object.
See Also