[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.IReuseEditorControl

IReuseEditorControl Interface

Interface implemented by cell type objects that creates the cell editor once in each FpSpread using the cell type, to increase performance. This is obsolete and the control should implement IReuseEditorControl2 instead.

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

Methods

Name Description
GetEditorControl(Control, Appearance, float)

Gets the control associated with the editor for the specified parent control.

InitializeEditorControl(Control, Appearance, float)

Initializes the editor control.