[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxEditingControl

GcComboBoxEditingControl Class

The editing control for GcComboBoxCellType.

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

Constructors

Name Description
GcComboBoxEditingControl()

Initializes a new instance of the GcComboBoxEditingControl class.

Properties

Name Description
SubEditor

Gets the subeditor in the cell.

Methods

Name Description
Dispose(bool)

Releases the unmanaged resources used by the GcComboBoxEditingControl 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.

OnDropDownOpened(object, EventArgs)

Raises the DropDownOpened 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.

WndProc(ref Message)

Processes Windows messages.

Events

Name Description
AfterFocus

Occurs after the control gets focus.