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


In This Topic
    IsReusable Method (GcComboBoxCellType)
    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 GcComboBoxCellType
    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