Click or drag to resize

TextBlockHelperGetIsAutomaticToolTipEnabled Method

Gets a value indicating if the automatic tool tip is enabled on this text block or not.

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
[AttachedPropertyBrowsableForTypeAttribute(typeof(TextBlock))]
public static bool GetIsAutomaticToolTipEnabled(
	DependencyObject obj
)

Parameters

obj
Type: System.WindowsDependencyObject
The TextBlock to evaluate.

Return Value

Type: Boolean
true if the automatic tool tip is enabled; otherwise false
See Also