[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.InputManCellTypeBase.GetEditorControl

GetEditorControl Method

GetEditorControl(Control, Appearance, float)

Gets the control associated with the editor for the specified parent control.

Declaration
public Control GetEditorControl(Control parent, Appearance appearance, float zoomFactor)
Public 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 control

float zoomFactor

Numeric value for scaling the display of the control

Returns
Type Description
Control

Control

Implements
Remarks

After creating the control the first time, add it to parent.Controls and return the same instance when called again for that parent.