Version

ClippedTextToolTipService Class Members

The following tables list the members exposed by ClippedTextToolTipService.

Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)AncestorTypeForToolTipPropertyIdentifies the AncestorTypeForToolTip attached dependency property  
Public Fieldstatic (Shared in Visual Basic)ShowToolTipWhenClippedPropertyIdentifies the ShowToolTipWhenClipped attached dependency property  
Public Fieldstatic (Shared in Visual Basic)ToolTipStyleKeyPropertyIdentifies the ToolTipStyleKey attached dependency property  
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)GetAncestorTypeForToolTipReturns the type of the ancestor element on which the tooltip will be set.  
Public Methodstatic (Shared in Visual Basic)GetShowToolTipWhenClippedReturns 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.  
Public Methodstatic (Shared in Visual Basic)GetToolTipStyleKeyReturns the System.Windows.ResourceKey for a System.Windows.FrameworkElement.Style that will be used by the System.Windows.Controls.ToolTip created when the ShowToolTipWhenClippedProperty has been set to true.  
Public Methodstatic (Shared in Visual Basic)SetAncestorTypeForToolTipSets the value of the 'AncestorTypeForToolTip' attached property  
Public Methodstatic (Shared in Visual Basic)SetShowToolTipWhenClippedSets the value of the 'ShowToolTipWhenClipped' attached property  
Public Methodstatic (Shared in Visual Basic)SetToolTipStyleKeySets the System.Windows.ResourceKey for a System.Windows.FrameworkElement.Style that will be used by the System.Windows.Controls.ToolTip created when the ShowToolTipWhenClippedProperty has been set to true.  
See Also