[]
Represents the editor control for the multiple-column combo box cell.
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
Name | Description |
---|---|
MultiColumnEditor() | Creates a new instance of MultiColumnEditor class. |
Name | Description |
---|---|
CanShowSelectionGripper | Gets whether the selection gripper can be displayed. |
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. |