[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.CheckBoxCellType.InitializeEditorControl

InitializeEditorControl Method

InitializeEditorControl(Control, Appearance, float)

Initializes the check box for editing.

Declaration
public virtual void InitializeEditorControl(Control control, Appearance appearance, float zoomFactor)
Public Overridable Sub InitializeEditorControl(control As Control, appearance As Appearance, zoomFactor As Single)
Parameters
Type Name Description
Control control

Control

Appearance appearance

Appearance settings of the cell

float zoomFactor

Numeric value for scaling the display of the cell

Implements