FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / TextCellType Class / IsReusable Method


In This Topic
IsReusable Method (TextCellType)
In This Topic
Checks if this celltype is reusable.
Syntax
'Declaration
 
Public Function IsReusable( _
   ByVal control As Control _
) As Boolean
 
'Usage
 
Dim instance As TextCellType
Dim control As Control
Dim value As Boolean
 
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.
See Also