Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IReuseEditorControl2 Interface / IsReusable Method


In This Topic
    IsReusable Method (IReuseEditorControl2)
    In This Topic
    Indicates whether the control can be reused.
    Syntax
    'Declaration
     
    
    Function IsReusable( _
       ByVal control As Control _
    ) As Boolean
    'Usage
     
    
    Dim instance As IReuseEditorControl2
    Dim control As Control
    Dim value As Boolean
     
    value = instance.IsReusable(control)
    bool IsReusable( 
       Control control
    )

    Parameters

    control

    Return Value

    True if this control can be reused; otherwise, false
    See Also