[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.MultiColumnEditor

MultiColumnEditor Class

Represents the editor control for the multiple-column combo box cell.

Namespace: FarPoint.Win.Spread.CellType
Assembly: FarPoint.Win.Spread.dll
Syntax
public class MultiColumnEditor : GeneralEditor, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IEditorImeSenteceModeSupport, ITouchEditor, IInputScopeSupport, IVerticalAlignmentSupport
Public Class MultiColumnEditor
    Inherits GeneralEditor
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IEditorImeSenteceModeSupport, ITouchEditor, IInputScopeSupport, IVerticalAlignmentSupport

Constructors

Name Description
MultiColumnEditor()

Creates a new instance of MultiColumnEditor class.

Properties

Name Description
CanShowSelectionGripper

Gets whether the selection gripper can be displayed.

Methods

Name Description
HandleValidKey(int)

Internal use only. Determines whether the key is handled by the control.

IsInputKey(Keys)

Determines whether the specified key is an input key or a special key that requires preprocessing.

OnEditKeyPress(object, KeyPressEventArgs)

Raises the EditKeyPress event.

ShowSubEditor(bool)

Shows or hides the subeditor control associated with the cell.

WndProc(ref Message)

Internal use only.