Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcDateTimeCellType Class / IsReusable Method
The control.


In This Topic
    IsReusable Method (GcDateTimeCellType)
    In This Topic
    Determines whether the specified control is reusable.
    Syntax
    'Declaration
     
    
    Public Overrides Function IsReusable( _
       ByVal control As Control _
    ) As Boolean
    'Usage
     
    
    Dim instance As GcDateTimeCellType
    Dim control As Control
    Dim value As Boolean
     
    value = instance.IsReusable(control)
    public override bool IsReusable( 
       Control control
    )

    Parameters

    control
    The control.

    Return Value

    true if the specified control is reusable; otherwise, false.
    See Also