Spread Windows Forms 12.0 Product Documentation
IsReusable Method (GeneralCellType)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > GeneralCellType Class : IsReusable Method
Checks if this celltype is reusable.
Syntax
'Declaration
 
Public Function IsReusable( _
   ByVal control As Control _
) As Boolean
'Usage
 
Dim instance As GeneralCellType
Dim control As Control
Dim value As Boolean
 
value = instance.IsReusable(control)
public bool IsReusable( 
   Control 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.
See Also

Reference

GeneralCellType Class
GeneralCellType Members