Class CellEditorTextBox
Represents a cell editor text box which handles undo in Silverlight.
Inheritance
System.Object
CellEditorTextBox
Namespace: Telerik.Windows.Controls.Spreadsheet.Worksheets
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class CellEditorTextBox : TextBox
Constructors
CellEditorTextBox()
Methods
OnKeyDown(KeyEventArgs)
Called when System.Windows.UIElement.KeyDown event occurs.
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
System.Windows.Input.KeyEventArgs
e
The data for the event. |