Gets or sets the ToolTip title associated with the thumbnail control.
Type
Description
String
A string expression that specifies the title of the tooltip.
By default, the ToolTipTitle property is empty. Use the ToolTipText
property to display a tooltip when the cursor hovers the control. If the ToolTipDelay or ToolTipPopDelay property is 0, the
control displays no tooltips. The ToolTipPopDelay
property specifies the period in ms of time the ToolTip remains visible if the
mouse pointer is stationary within a control. Use the ToolTipWidth
property to specify the width of the tooltip window. Use the ShowToolTip
method to display a custom tooltip.
The ToolTipTitle property supports the following keywords:
fcount keyword, returns the number of thumbnail files
findex keyword, specifies the index of the thumbnail file
width keyword, specifies the current width of the thumbnail view
height keyword, specifies the current height of the thumbnail view
ffile keyword, returns the file
fname keyword, returns the name of the file
faname keyword, returns the alternate name of the file, 8.3 format truncated version of the name
fext keyword, returns the extension of the file
fcreated keyword, specifies when a file or directory was created (UTC)
fcreated_local keyword, specifies when a file or directory was created (local date-time)
fmodified keyword, specifies when a file or directory was last modified (UTC)
fmodified_local keyword, specifies when a file or directory was last modified (local date-time)
fopened keyword, specifies when a file or directory was last accessed (UTC)
fopened_local keyword, specifies when a file or directory was last accessed (local date-time)
fsize keyword, specifies the size of the file
fsizeF keyword, returns automatically the size of the file in KB, MB or GB
ffolder keyword, returns 0, 1, 2, -1 or -2, if the object does not exist, it is a file, a shell item, a folder or a drive
fattr keyword, returns the attributes of the file/folder
ftype keyword, returns the type of the file/folder, like JPG File,
...
fpicture keyword, indicates whether the file points to a known picture type, like BMP,
PNG, and so on
fwidth keyword, returns the width of the picture file
fheight keyword, returns the height of the picture file
fvcount keyword, indicates the number of visible thumbnails. For
instance, if a filter is applied the fvcount returns the number of
available/visible/filtered thumbnails.
fvindex keyword, indicates the index of the thumbnail in the visible collection.
This property/method supports predefined constants and operators/functions as described
here.