Version

XamScreenTip Class

The XamScreenTip is derived from the WPF ToolTip class and adds the notion of Header and Footer to the standard ToolTip.
Syntax
'Declaration
 
Public Class XamScreenTip 
   Inherits System.Windows.Controls.ToolTip
public class XamScreenTip : System.Windows.Controls.ToolTip 
Remarks

The header area appears at the top of the tooltip (its content provided by the Header property) and the footer area appears at the bottom of the tooltip (its content provided by the Footer property). In between the Header and Footer areas is the main tooltip area, with its content provided by the base ToolTip class’s Content property.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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