btb-class

BetterListViewToolTipInfo Constructor

Initialize a new BetterListViewToolTipInfo instance.

BetterListViewToolTipInfo(
   Rectangle bounds,
   string text,
   Color toolTipBackColor,
   Color toolTipForeColor,
   bool toolTipIsBalloon,
   bool toolTipOwnerDraw,
   bool toolTipStripAmpersands,
   ToolTipIcon toolTipIcon,
   string toolTipTitle
);

Parameters

bounds
custom area for which a ToolTip is shown
text
ToolTip text
toolTipBackColor
background color of the corresponding ToolTip
toolTipForeColor
foreground color of the corresponding ToolTip
toolTipIsBalloon
the corresponding ToolTip should use a balloon window
toolTipOwnerDraw
specifies wheter the corresponding ToolTip is drawn by the operating system or by the user
toolTipStripAmpersands
strip ampersand (&) characters
toolTipIcon
type of ToolTip icon to be displayed alongside text of the corresponding ToolTip
toolTipTitle
title for window of the corresponding ToolTip

See Also

BetterListViewToolTipInfo Class | ComponentOwl.BetterThumbnailBrowser Namespace | BetterListViewToolTipInfo Constructor Overload List