Class BaseTextBoxEditor
Represents a text editor.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class BaseTextBoxEditor : BaseInputEditor, IInputEditor, IValueEditor, ISupportInitialize
Constructors
BaseTextBoxEditor()
Initializes a new instance of the RadTextBoxEditor class.
Declaration
public BaseTextBoxEditor()
Fields
isAtFirstLine
Declaration
protected bool isAtFirstLine
Field Value
System.Boolean
|
isAtLastLine
Declaration
protected bool isAtLastLine
Field Value
System.Boolean
|
selectionLength
Declaration
protected int selectionLength
Field Value
System.Int32
|
selectionStart
Declaration
protected int selectionStart
Field Value
System.Int32
|
Properties
AcceptsReturn
Gets or sets wheather the editor accepts tha tab key in multiline mode
Declaration
public bool AcceptsReturn { get; set; }
Property Value
System.Boolean
|
AcceptsTab
Gets or sets wheather the editor accepts tha tab key in multiline mode
Declaration
public bool AcceptsTab { get; set; }
Property Value
System.Boolean
|
CharacterCasing
Indicates if all charactes should be left alone or converted to upper or lower case
Declaration
public CharacterCasing CharacterCasing { get; set; }
Property Value
System.Windows.Forms.CharacterCasing
|
DataType
Declaration
public override Type DataType { get; }
Property Value
System.Type
|
Overrides
IsModified
Declaration
public override bool IsModified { get; }
Property Value
System.Boolean
|
Overrides
MaxLength
Specifies the maximum length of characters which could be entered
Declaration
public int MaxLength { get; set; }
Property Value
System.Int32
|
Multiline
The text could span more than a line when the value is true
Declaration
public bool Multiline { get; set; }
Property Value
System.Boolean
|
NullValue
Gets or sets the null value for the editor.
Declaration
public string NullValue { get; set; }
Property Value
System.String
|
TextBoxEditorElement
Declaration
protected BaseTextBoxEditorElement TextBoxEditorElement { get; }
Property Value
BaseTextBoxEditorElement
|
Value
Declaration
public override object Value { get; set; }
Property Value
System.Object
|
Overrides
Methods
BeginEdit()
CreateEditorElement()
EndEdit()
Declaration
public override bool EndEdit()
Returns
System.Boolean
|
Overrides
Initialize(Object, Object)
Declaration
public override void Initialize(object owner, object value)
Parameters
System.Object
owner
|
System.Object
value
|
Overrides
OnKeyDown(KeyEventArgs)
Declaration
protected virtual void OnKeyDown(KeyEventArgs e)
Parameters
System.Windows.Forms.KeyEventArgs
e
|
OnLostFocus()
Declaration
protected virtual void OnLostFocus()