Click or drag to resize

ValidationSetShowErrorInTooltip Method

Sets whether validation errors are shown in the tool tip of the associated control or not.

Namespace:  TomsToolbox.Wpf.XamlExtensions
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public static void SetShowErrorInTooltip(
	DependencyObject obj,
	bool value
)

Parameters

obj
Type: System.WindowsDependencyObject
The target control.
value
Type: SystemBoolean
if set to true validation errors are shown in the tool tip of the associated control.
See Also