Spread Windows Forms 12.0 Product Documentation
IsReusable Method (InputManCellTypeBase)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > InputManCellTypeBase Class : IsReusable Method
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

Reference

InputManCellTypeBase Class
InputManCellTypeBase Members