Version

TimelineViewActivityToolTipVisibility Enumeration

Determines the circumstances under which tooltips are displayed for AppointmentUIElements.
Syntax
'Declaration
 
Public Enum TimelineViewActivityToolTipVisibility 
   Inherits System.Enum
public enum TimelineViewActivityToolTipVisibility : System.Enum 
Members
MemberDescription
AlwaysTooltips are displayed when the cursor hovers over the applicable element.
DefaultThe actual value is determined at a higher level of the property resolution hierarchy.
NeverTooltips are not displayed. The associated "tooltip displaying" event fires, but the ToolTipText at the time the event fires is empty, and will not be displayed unless a listener sets the text to a non-empty value.
OnlyWhenNeededTooltips are only displayed when the associated text is not fully visible in the user interface, or if the associated element indicates something that is not fully visible.
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