Spread WinForms 15
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)

Parameters

control

Return Value

True if this control can be reused
See Also