| Overload | Description |
|---|---|
| GetEditorControl(Appearance,Single) | Gets the edit control for this cell type with the specified appearance and scaling. |
| GetEditorControl(Control,Appearance,Single) | Gets the edit control for this cell type with the specified appearance and scaling. |
This example subclasses the check box cell type to illustrate the use of the methods, but would be the same for any of several cell types.
| C# | Copy Code |
|---|---|
class myCkBox : FarPoint.Win.Spread.CellType.CheckBoxCellType | |
| Visual Basic | Copy Code |
|---|---|
Public Class myCkBox | |
The Spread component always positions the editor control returned by the GetEditorControl method so that the editor control covers the entire cell.
For limits on the zoomFactor parameter, refer to the ZoomFactor property for the sheet.