[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcTimeSpanEditingControl

GcTimeSpanEditingControl Class

The editing control for GcTimeSpanCellType.

Inheritance
FrameworkControl
ElementContainerControl
ControlBase
GcTimeSpan
GcTimeSpanEditingControl
Namespace: GrapeCity.Win.Spread.InputMan.CellType
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
public class GcTimeSpanEditingControl : GcTimeSpan, IDropTarget, ISynchronizeInvoke, IBindableComponent, IComponent, IDisposable, IWin32Window, ISupportInitialize, IEditorSupport, ITouchEditor, IInputScopeSupport, IEditorModifiedStatusSupport2, IEditorModifiedStatusSupport
Public Class GcTimeSpanEditingControl
    Inherits GcTimeSpan
    Implements IDropTarget, ISynchronizeInvoke, IBindableComponent, IComponent, IDisposable, IWin32Window, ISupportInitialize, IEditorSupport, ITouchEditor, IInputScopeSupport, IEditorModifiedStatusSupport2, IEditorModifiedStatusSupport

Constructors

Name Description
GcTimeSpanEditingControl()

Initializes a new instance of the GrapeCity.Win.Spread.InputMan.CellType.GcTimeSpan class.

Properties

Name Description
Font

Gets or sets the font of the text displayed by the control.

SubEditor

Gets the subeditor in the cell.

Methods

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.

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.

Events

Name Description
AfterFocus

Occurs after the control gets focus.