Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / CurrencyCellType Class / IsReusable Method


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