Version

TipStyleActivity Enumeration

Determines whether tooltips will be displayed for Appointment and/or Note objects.
Syntax
'Declaration
 
Public Enum TipStyleActivity 
   Inherits System.Enum
public enum TipStyleActivity : System.Enum 
Members
MemberDescription
AllTooltips are displayed for both Appointment and Note objects.
AppointmentsTooltips are displayed for Appointment objects.
HolidaysTooltips are displayed for Holiday objects.
NoneTooltips are not displayed for Appointment or Note objects.
NotesTooltips are displayed for Note objects.
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