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.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic string GetInfoTip()
Public Function GetInfoTip As String
public:
String^ GetInfoTip()
member GetInfoTip : unit -> string
Return Value
StringReturns the hint text for the current object.
See Also