BaseTextBoxEditor
Represents a text editor.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class BaseTextBoxEditor : BaseInputEditor, IInputEditor, IValueEditor, ISupportInitialize
Inheritance: objectBaseInputEditorBaseTextBoxEditor
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadTextBoxEditor class.
public BaseTextBoxEditor()
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; }
Gets a value indicating whether the editor value is modified.
public override bool IsModified { get; }
Overrides:
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 BaseTextBoxEditorElement TextBoxEditorElement { 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()