'Declaration
Public MustOverride Function GetEditorControl( _ ByVal appearance As Appearance, _ ByVal zoomFactor As Single _ ) As Control
'Usage
Dim instance As BaseCellType Dim appearance As Appearance Dim zoomFactor As Single Dim value As Control value = instance.GetEditorControl(appearance, zoomFactor)
public abstract Control GetEditorControl( Appearance appearance, float zoomFactor )
Parameters
- appearance
- Appearance settings of the cell
- zoomFactor
- Numeric value for scaling the display of the cell