[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType.IsReusable

IsReusable Method

IsReusable(Control)

Determines whether the specified control is reusable.

Declaration
public override bool IsReusable(Control control)
Public Overrides Function IsReusable(control As Control) As Boolean
Parameters
Type Name Description
Control control

The control.

Returns
Type Description
bool

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

Overrides