Spread Windows Forms 12.0 Product Documentation
IsReusable Method (GcComboBoxCellType)


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

Reference

GcComboBoxCellType Class
GcComboBoxCellType Members