Version

GetShowToolTipWhenClipped Method

Returns a boolean indicating whether the service will provide a System.Windows.Controls.ToolTip for the System.Windows.Controls.TextBlock on which the property is set.
Syntax
'Declaration
 
Public Shared Function GetShowToolTipWhenClipped( _
   ByVal d As DependencyObject _
) As Boolean
public static bool GetShowToolTipWhenClipped( 
   DependencyObject d
)

Parameters

d
Remarks

The ShowToolTipWhenClipped can be used on either a System.Windows.Controls.TextBlock or a System.Windows.Controls.ContentPresenter that is using a TextBlock. When set to true, a tooltip will be displayed for the element when the contents of the TextBlock are larger than the area in which the TextBlock was provided.

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