[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.ComboBoxCellType.IsReusable

IsReusable Method

IsReusable(Control)

Checks if this celltype is reusable.

Declaration
public bool IsReusable(Control control)
Public Function IsReusable(control As Control) As Boolean
Parameters
Type Name Description
Control control
Returns
Type Description
bool
Implements
Remarks

Button celltype is reusable only if its editor is FpButton. Any classes that inherit from button cell type should override this function and InitializeEditorControl in order to be reusable.