GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace : DropDownEditor Class |
For a list of all members of this type, see DropDownEditor members.
Name | Description | |
---|---|---|
AppendText | Appends text to the current text of the control. | |
Clear | Clears the contents of the control. | |
ClearUndo | Clears information about the most recent operation from the undo buffer of the control. | |
Copy | Copies the current selection in the control to the Clipboard. | |
Cut | Moves the current selection in the control to the Clipboard. | |
GetLineCount | Retrieves the number of lines in a multiple-line mode of the drop-down window. | |
Paste | Replaces the current selection in the control with the contents of the Clipboard. | |
ResetPadding | Reset padding of the editor. | |
ScrollToCaret | Scrolls the contents of the control to the current caret position. | |
SelectAll | Selects all text in the control. | |
Undo | Undoes the last edit operation in the control. |
Name | Description | |
---|---|---|
OnClick | Raises the Click event. | |
OnDoubleClick | Raises the DoubleClick event. | |
OnInvalidInput | Raises the InvalidInput event. | |
OnKeyDown | Raises the KeyDown event. | |
OnKeyPress | Raises the KeyPress event. | |
OnKeyUp | Raises the KeyUp event. | |
OnTextChanged | Raises the TextChanged event. | |
OnTextChanging | Raises the TextChanging event. |