[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.ComboBoxCellType.GetEditorControl

GetEditorControl Method

GetEditorControl(Appearance, float)

Gets the edit control for this cell type with the specified appearance and scaling.

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
Overrides

GetEditorControl(Control, Appearance, float)

Gets the edit control for this cell type with the specified appearance and scaling.

Declaration
public virtual Control GetEditorControl(Control parent, Appearance appearance, float zoomFactor)
Public Overridable Function GetEditorControl(parent As Control, appearance As Appearance, zoomFactor As Single) As Control
Parameters
Type Name Description
Control parent

Parent control

Appearance appearance

Appearance settings of the cell

float zoomFactor

Numeric value for scaling the display of the cell

Returns
Type Description
Control
Implements