[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.InputManCellTypeBase.IsReusable

IsReusable Method

IsReusable(Control)

Checks if this control can be reused.

Declaration
public abstract bool IsReusable(Control control)
Public MustOverride Function IsReusable(control As Control) As Boolean
Parameters
Type Name Description
Control control
Returns
Type Description
bool

True if this control can be reused

Implements