Click or drag to resize

IMenuCommandWindowsGetToolTipAsync Method

IT Hit User File System
Gets menu tooltip.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.1.26727.0-Beta2
Syntax
Task<string> GetToolTipAsync(
	IEnumerable<string> filesPath
)

Parameters

filesPath
Type: System.Collections.GenericIEnumerableString
List of selected items.

Return Value

Type: TaskString
Menu tooltip.
See Also