Click or drag to resize

TextBlockAutoToolTipSetEnabled Method

Sets the Enabled attached property on a TextBlock control.

Namespace:  Hummingbird.UI
Assembly:  Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax
public static void SetEnabled(
	DependencyObject dependencyObject,
	bool enabled
)

Parameters

dependencyObject
Type: System.WindowsDependencyObject
The TextBlock control.
enabled
Type: SystemBoolean
The value.
See Also