Helper class for showing tooltip on non-editable RadComboBox whose selected text is clipped (trimmed).
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
C#
public static class ComboBoxToolTipHelper
Inheritance: objectComboBoxToolTipHelper
Fields
ShowToolTipOnTrimmedTextProperty
DependencyProperty
Registers the ShowToolTipOnTrimmedTextProperty. When true, the MS ToolTip (if such exists) set on non-editable RadComboBox will be shown only if the Text of the control is trimmed and the drop down is closed.
C#
public static readonly DependencyProperty ShowToolTipOnTrimmedTextProperty
Methods
Gets the value of ShowToolTipOnTrimmedTextProperty for the specified object.
C#
public static bool GetShowToolTipOnTrimmedText(DependencyObject obj)
Sets the value of ShowToolTipOnTrimmedTextProperty for the specified object.
C#
public static void SetShowToolTipOnTrimmedText(DependencyObject obj, bool value)