ShellBrowserGetInfoTip(Boolean) Method |
This method returns the hint text of the current object, which is provided by the shell.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic string GetInfoTip(
bool useSlowInfoTip
)
Public Function GetInfoTip (
useSlowInfoTip As Boolean
) As String
public:
String^ GetInfoTip(
bool useSlowInfoTip
)
member GetInfoTip :
useSlowInfoTip : bool -> string Parameters
- useSlowInfoTip Boolean
- if true, also determine info tips that take time (ie. recursively determine folder size)
Return Value
StringReturns the hint text for the current object.
See Also