Click or drag to resize

TextBlockHelperSetIsAutomaticToolTipEnabled Method

Sets 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 void SetIsAutomaticToolTipEnabled(
	DependencyObject obj,
	bool value
)

Parameters

obj
Type: System.WindowsDependencyObject
The TextBlock to evaluate.
value
Type: SystemBoolean
true to enable the automatic tool tip; otherwise false
See Also