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