[]
Implementation of IReuseEditorControl.GetEditorControl for use by cell types.
public Control GetReusableEditorControl(IReuseEditorControl irec, Control parent, Appearance appearance, float zoomFactor)
Public Function GetReusableEditorControl(irec As IReuseEditorControl, parent As Control, appearance As Appearance, zoomFactor As Single) As Control
Type | Name | Description |
---|---|---|
IReuseEditorControl | irec | Editor control to reuse |
Control | parent | Parent control |
Appearance | appearance | Appearance settings |
float | zoomFactor | Numeric value for scaling the display of the control |
Type | Description |
---|---|
Control | Control |
After calling this method, if initialized is false, you must call IReuseEditorControl.InitializeEditorControl to make the editor control ready for editing.