Dim instance AsTextCellTypeDim control AsControlDim value AsBoolean
value = instance.IsReusable(control)
Parameters
control
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.