[]
The editing control for GcNumberCellType.
public class GcNumberEditingControl : GcNumber, IDropTarget, ISynchronizeInvoke, IBindableComponent, IComponent, IDisposable, IWin32Window, ISupportInitialize, IEditorSupport, ITouchEditor, IInputScopeSupport, IEditorModifiedStatusSupport2, IEditorModifiedStatusSupport
Public Class GcNumberEditingControl
Inherits GcNumber
Implements IDropTarget, ISynchronizeInvoke, IBindableComponent, IComponent, IDisposable, IWin32Window, ISupportInitialize, IEditorSupport, ITouchEditor, IInputScopeSupport, IEditorModifiedStatusSupport2, IEditorModifiedStatusSupport
Name | Description |
---|---|
GcNumberEditingControl() | Initializes a new instance of the GcNumberEditingControl 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 |
---|---|
IsInputKey(Keys) | 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.GcNumber.DropDownClosed event. |
OnDropDownOpening(DropDownOpeningEventArgs) | Raises the GrapeCity.Win.Spread.InputMan.CellType.GcNumber.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. |
OnParentChanged(EventArgs) | Raises the ParentChanged event. |
OnPopUpClosed(EventArgs) | Raises the GrapeCity.Win.Spread.InputMan.CellType.GcNumber.PopUpClosed event. |
OnPopUpOpening(PopUpOpeningEventArgs) | Raises the GrapeCity.Win.Spread.InputMan.CellType.GcNumber.PopUpOpening event. |
Name | Description |
---|---|
AfterFocus | Occurs after the control gets focus. |