Represents a text editor.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class BaseTextBoxControlEditor : BaseInputEditor, IInputEditor, IValueEditor, ISupportInitialize
Inheritance: objectBaseInputEditorBaseTextBoxControlEditor
Derived Classes:
Implements:
Inherited Members
Constructors
public BaseTextBoxControlEditor()
Fields
protected bool isAtFirstLine
protected bool isAtLastLine
protected int selectionLength
protected int selectionStart
Properties
Gets or sets wheather the editor accepts tha tab key in multiline mode
public bool AcceptsReturn { get; set; }
Gets or sets wheather the editor accepts tha tab key in multiline mode
public bool AcceptsTab { get; set; }
Indicates if all charactes should be left alone or converted to upper or lower case
public CharacterCasing CharacterCasing { get; set; }
Specifies the maximum length of characters which could be entered
public int MaxLength { get; set; }
The text could span more than a line when the value is true
public bool Multiline { get; set; }
protected RadTextBoxControlElement TextBox { get; }
Methods
Starts the editing process. Used internally in RadGridView.
public override void BeginEdit()
Overrides:
Creates a new editor element.
protected override RadElement CreateEditorElement()
a RadElement if successful
Overrides:
Finishes the editing process. Used internally in RadGridView.
protected virtual void OnLostFocus()