[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.ImageCellType.GetEditorControl

GetEditorControl Method

GetEditorControl(Appearance, float)

Gets the control used by the image cell (returns null since this cell type does not support editing).

Declaration
public override Control GetEditorControl(Appearance appearance, float zoomFactor)
Public Overrides Function GetEditorControl(appearance As Appearance, zoomFactor As Single) As Control
Parameters
Type Name Description
Appearance appearance

Appearance settings of the cell

float zoomFactor

Numeric value for scaling the display of the cell

Returns
Type Description
Control

The edit control for this cell type.

Overrides