Version

ToolTipDisplayStyle Enumeration

Determines what style of tooltip to use.
Syntax
'Declaration
 
Public Enum ToolTipDisplayStyle 
   Inherits System.Enum
public enum ToolTipDisplayStyle : System.Enum 
Members
MemberDescription
BalloonTipDisplay as a Balloontip with a callout and possibly a title.
DefaultDefault is resolved to Standard.
Office2007Display with slightly rounded corners and a gradient background by default.
Office2013Display with square corners and flat background by default.
StandardDisplay as a standard rectangular tooltip
WindowsVistaDisplay Similar to Office2007 with rounded corners, but a differnt color background.
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