Class TextBoxHelper
Helper class that updates the TextBox.TextProperty binding on Enter key press.
Inheritance
Namespace: Telerik.Windows.Controls.ColorEditor.Helpers
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public static class TextBoxHelper : Object
Fields
UpdateTextBindingOnKeyPressProperty
Identifies the UpdateTextBindingOnKeyPress attached property.
Declaration
public static readonly DependencyProperty UpdateTextBindingOnKeyPressProperty
Field Value
System.Windows.DependencyProperty
|
Methods
GetUpdateTextBindingOnKeyPress(DependencyObject)
Gets the UpdateTextBindingOnKeyPress possible Value of the boolean object from attached dependency object.
Declaration
public static bool GetUpdateTextBindingOnKeyPress(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.Boolean
|
SetUpdateTextBindingOnKeyPress(DependencyObject, Boolean)
Sets the UpdateTextBindingOnKeyPress possible Value of the boolean object to attached dependency object.
Declaration
public static void SetUpdateTextBindingOnKeyPress(DependencyObject obj, bool value)
Parameters
System.Windows.DependencyObject
obj
|
System.Boolean
value
|