Class TextBoxBehavior
Inheritance
System.Object
TextBoxBehavior
Namespace: Telerik.Core
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class TextBoxBehavior : Object
Constructors
TextBoxBehavior()
Declaration
public TextBoxBehavior()
Fields
SelectAllOnGotFocusProperty
Declaration
public static readonly DependencyProperty SelectAllOnGotFocusProperty
Field Value
Microsoft.
|
UpdateTextOnEnterProperty
Declaration
public static readonly DependencyProperty UpdateTextOnEnterProperty
Field Value
Microsoft.
|
UpdateTextOnTextChangedProperty
Declaration
public static readonly DependencyProperty UpdateTextOnTextChangedProperty
Field Value
Microsoft.
|
Methods
GetSelectAllOnGotFocus(TextBox)
Declaration
public static bool GetSelectAllOnGotFocus(TextBox textBox)
Parameters
Microsoft.
|
Returns
System.
|
GetUpdateTextOnEnter(TextBox)
Declaration
public static bool GetUpdateTextOnEnter(TextBox textBox)
Parameters
Microsoft.
|
Returns
System.
|
GetUpdateTextOnTextChanged(TextBox)
Declaration
public static bool GetUpdateTextOnTextChanged(TextBox textBox)
Parameters
Microsoft.
|
Returns
System.
|
SetSelectAllOnGotFocus(TextBox, Boolean)
Declaration
public static void SetSelectAllOnGotFocus(TextBox textBox, bool value)
Parameters
Microsoft.
|
System.
|
SetUpdateTextOnEnter(TextBox, Boolean)
Declaration
public static void SetUpdateTextOnEnter(TextBox textBox, bool value)
Parameters
Microsoft.
|
System.
|
SetUpdateTextOnTextChanged(TextBox, Boolean)
Declaration
public static void SetUpdateTextOnTextChanged(TextBox textBox, bool value)
Parameters
Microsoft.
|
System.
|