ClassCellEditorTextBox
Class
Represents a cell editor text box which handles undo in Silverlight.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Worksheets
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
cs-api-definition
public class CellEditorTextBox : TextBox
Inheritance: objectCellEditorTextBox
Constructors
CellEditorTextBox()
Initializes a new instance of the CellEditorTextBox class.
Declaration
cs-api-definition
public CellEditorTextBox()
Methods
OnKeyDown(KeyEventArgs)
Called when event occurs.
Declaration
cs-api-definition
protected override void OnKeyDown(KeyEventArgs e)
Parameters
e
KeyEventArgs
The data for the event.