Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / CheckBoxCellType Class / InitializeEditorControl Method
Control
Appearance settings of the cell
Numeric value for scaling the display of the cell


In This Topic
    InitializeEditorControl Method (CheckBoxCellType)
    In This Topic
    Initializes the check box for editing.
    Syntax
    'Declaration
     
    
    Public Overridable Sub InitializeEditorControl( _
       ByVal control As Control, _
       ByVal appearance As Appearance, _
       ByVal zoomFactor As Single _
    ) 
    'Usage
     
    
    Dim instance As CheckBoxCellType
    Dim control As Control
    Dim appearance As Appearance
    Dim zoomFactor As Single
     
    instance.InitializeEditorControl(control, appearance, zoomFactor)
    public virtual void InitializeEditorControl( 
       Control control,
       Appearance appearance,
       float zoomFactor
    )

    Parameters

    control
    Control
    appearance
    Appearance settings of the cell
    zoomFactor
    Numeric value for scaling the display of the cell
    See Also