ClassComboBoxToolTipHelper
Class
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:
cs-api-definition
public static class ComboBoxToolTipHelper
Inheritance: objectComboBoxToolTipHelper
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
cs-api-definition
public static readonly DependencyProperty ShowToolTipOnTrimmedTextProperty
Field Value
DependencyProperty
Methods
GetShowToolTipOnTrimmedText(DependencyObject)
Gets the value of ShowToolTipOnTrimmedTextProperty for the specified object.
Declaration
cs-api-definition
public static bool GetShowToolTipOnTrimmedText(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
SetShowToolTipOnTrimmedText(DependencyObject, bool)
Sets the value of ShowToolTipOnTrimmedTextProperty for the specified object.
Declaration
cs-api-definition
public static void SetShowToolTipOnTrimmedText(DependencyObject obj, bool value)
Parameters
obj
DependencyObject
value