Class ComboBoxToolTipHelper
Helper class for showing tooltip on non-editable RadComboBox whose selected text is clipped (trimmed).
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public static class ComboBoxToolTipHelper
Fields
ShowToolTipOnTrimmedTextProperty
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.
Declaration
public static readonly DependencyProperty ShowToolTipOnTrimmedTextProperty
Field Value
System.Windows.DependencyProperty
|
Methods
GetShowToolTipOnTrimmedText(DependencyObject)
Gets the value of ShowToolTipOnTrimmedTextProperty for the specified object.
Declaration
public static bool GetShowToolTipOnTrimmedText(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.Boolean
|
SetShowToolTipOnTrimmedText(DependencyObject, Boolean)
Sets the value of ShowToolTipOnTrimmedTextProperty for the specified object.
Declaration
public static void SetShowToolTipOnTrimmedText(DependencyObject obj, bool value)
Parameters
System.Windows.DependencyObject
obj
|
System.Boolean
value
|