Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / InputManCellTypeBase Class / IsReusable Method


In This Topic
    IsReusable Method (InputManCellTypeBase)
    In This Topic
    Checks if this control can be reused.
    Syntax
    'Declaration
     
    
    Public MustOverride Function IsReusable( _
       ByVal control As Control _
    ) As Boolean
    'Usage
     
    
    Dim instance As InputManCellTypeBase
    Dim control As Control
    Dim value As Boolean
     
    value = instance.IsReusable(control)
    public abstract bool IsReusable( 
       Control control
    )

    Parameters

    control

    Return Value

    True if this control can be reused
    See Also