[]
The editing control for GcTextBoxCellType.
public class GcTextBoxEditingControl : GcTextBox, IDropTarget, ISynchronizeInvoke, IBindableComponent, IComponent, IDisposable, IWin32Window, ISupportInitialize, IEditorSupport, ITouchEditor, IInputScopeSupport, IEditorModifiedStatusSupport2, IEditorModifiedStatusSupport
Public Class GcTextBoxEditingControl
Inherits GcTextBox
Implements IDropTarget, ISynchronizeInvoke, IBindableComponent, IComponent, IDisposable, IWin32Window, ISupportInitialize, IEditorSupport, ITouchEditor, IInputScopeSupport, IEditorModifiedStatusSupport2, IEditorModifiedStatusSupport
Name | Description |
---|---|
GcTextBoxEditingControl() | Initializes a new instance of the GcTextBoxEditingControl class. |
Name | Description |
---|---|
Font | Gets or sets the font of the text displayed by the control. |
SubEditor | Gets the subeditor in the cell. |
Name | Description |
---|---|
Dispose(bool) | Releases the unmanaged resources used by the ElementContainerControl and and its child controls or elements and optionally releases the managed resources. |
IsInputKey(Keys) | This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified key is a regular input key or a special key that requires preprocessing. |
MoveFocusByKeyExit(KeyExitEventArgs) | Moves the focus using the key exit event. |
OnAfterFocus(EventArgs) | Raises the AfterFocus event. |
OnDropDownClosed(EventArgs) | Raises the GrapeCity.Win.Spread.InputMan.CellType.GcTextBox.DropDownClosed event. |
OnDropDownOpening(DropDownOpeningEventArgs) | Raises the GrapeCity.Win.Spread.InputMan.CellType.GcTextBox.DropDownOpening event. |
OnEnter(EventArgs) | Raises the Enter event. |
OnGotFocus(EventArgs) | Raises the GotFocus event. |
OnInvalidInput(EventArgs) | Raises the InvalidInput event. |
OnKeyDown(KeyEventArgs) | Raises the KeyDown event. |
OnKeyPress(KeyPressEventArgs) | Raises the KeyPress event. |
OnLeave(EventArgs) | Raises the Leave event. |
OnLostFocus(EventArgs) | Raises the LostFocus event. |
OnParentChanged(EventArgs) | Raises the ParentChanged event. |
WndProc(ref Message) | Processes Windows messages. |
Name | Description |
---|---|
AfterFocus | Occurs after the control gets focus. |