Click or drag to resize

CloudFilesContextMenuVerbBaseGetToolTip Method

IT Hit User File System
Gets the tooltip string associated with a specified Windows Explorer command item.

Namespace:  ITHit.FileSystem.Windows.ShellExtension
Assembly:  ITHit.FileSystem.Windows.ShellExtension (in ITHit.FileSystem.Windows.ShellExtension.dll) Version: 8.1.26727.0-Beta2
Syntax
public int GetToolTip(
	IShellItemArray itemArray,
	out string tooltip
)

Parameters

itemArray
Type: IShellItemArray
Shell Item array.
tooltip
Type: SystemString
Tooltip string.

Return Value

Type: Int32
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Implements

IExplorerCommand.GetToolTip(IShellItemArray, String)
See Also