Version

TooltipStyle Enumeration

Predefined list of format strings for creating tooltips
Syntax
'Declaration
 
Public Enum TooltipStyle 
   Inherits System.Enum
public enum TooltipStyle : System.Enum 
Members
MemberDescription
CustomSupply a custom tooltip format string
DataValueDisplay item data value
LabelPlusDataValueDisplay item label and data value
NoneEmpty tooltip
RowColumnPlusDataValueDisplay item row and column plus data value
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also