Click or drag to resize

ShellBrowserGetInfoTip(Boolean) Method

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.2
Syntax
public string GetInfoTip(
	bool useSlowInfoTip
)

Parameters

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

Return Value

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