[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.EditBaseCellType.GetReusableEditorControl

GetReusableEditorControl Method

GetReusableEditorControl(IReuseEditorControl, Control, Appearance, float)

Implementation of IReuseEditorControl.GetEditorControl for use by cell types.

Declaration
public Control GetReusableEditorControl(IReuseEditorControl irec, Control parent, Appearance appearance, float zoomFactor)
Public Function GetReusableEditorControl(irec As IReuseEditorControl, parent As Control, appearance As Appearance, zoomFactor As Single) As Control
Parameters
Type Name Description
IReuseEditorControl irec

Editor control to reuse

Control parent

Parent control

Appearance appearance

Appearance settings

float zoomFactor

Numeric value for scaling the display of the control

Returns
Type Description
Control

Control

Remarks

After calling this method, if initialized is false, you must call IReuseEditorControl.InitializeEditorControl to make the editor control ready for editing.