Click or drag to resize

TextBlockAutoToolTip Class

Shows a ToolTip over a TextBlock when its text is trimmed. Applies this class to the TextBox directly in XAML.
Inheritance Hierarchy
SystemObject
  Hummingbird.UITextBlockAutoToolTip

Namespace:  Hummingbird.UI
Assembly:  Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax
public static class TextBlockAutoToolTip

The TextBlockAutoToolTip type exposes the following members.

Methods
  NameDescription
Public methodStatic memberSetEnabled
Sets the Enabled attached property on a TextBlock control.
Top
Fields
  NameDescription
Public fieldStatic memberEnabledProperty
The property indicates to enable the TextBlockAutoToolTip to attached TextBlock
Top
Attached Properties
  NameDescription
Public attached propertyEnabled
The property indicates to enable the TextBlockAutoToolTip to attached TextBlock
Top
See Also