'Declaration Public Enum TimelineViewActivityToolTipVisibility Inherits System.Enum
public enum TimelineViewActivityToolTipVisibility : System.Enum
Member | Description |
---|---|
Always | Tooltips are displayed when the cursor hovers over the applicable element. |
Default | The actual value is determined at a higher level of the property resolution hierarchy. |
Never | Tooltips 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. |
OnlyWhenNeeded | Tooltips 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. |
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