[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.IEditorSupport

IEditorSupport Interface

Interface that defines the methods required by objects used as editors. Editors allow the user to edit the cell contents.

Namespace: FarPoint.Win.Spread.CellType
Assembly: FarPoint.Win.Spread.dll
Syntax
public interface IEditorSupport
Public Interface IEditorSupport

Properties

Name Description
SelectionLength

Gets or sets the number of characters selected in the control.

SelectionStart

Gets or sets the number of the character's position from which to start selecting.

SubEditor

Gets the subeditor in the cell.

Methods

Name Description
ShouldResentMouseEvent(Point)

Get a value that indicates whether there is a need to resend the mouse event when the mouse button is pressed down on the component.

Events

Name Description
AfterFocus

Occurs after the control receives the focus.

SubEditorClosed

Occurs when the subeditor for a cell closes.

SubEditorOpening

Occurs when the subeditor for a cell opens.

UserError

Occurs when content is provided that cannot be processed or is invalid.