Click or drag to resize

ShellBrowserGetInfoTip Method (Boolean)

This method returns the hint text of the current object, which is provided by the shell.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public string GetInfoTip(
	bool useSlowInfoTip
)

Parameters

useSlowInfoTip
Type: SystemBoolean
if true, also determine info tips that take time (ie. recursively determine folder size)

Return Value

Type: String
Returns the hint text for the current object.
See Also