Spread Windows Forms 12.0 Product Documentation
IsReusable Method (FilterBarCellType)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > FilterBarCellType Class : IsReusable Method
Checks if this control can be reused.
Syntax
'Declaration
 
Public Function IsReusable( _
   ByVal control As Control _
) As Boolean
'Usage
 
Dim instance As FilterBarCellType
Dim control As Control
Dim value As Boolean
 
value = instance.IsReusable(control)
public bool IsReusable( 
   Control control
)

Parameters

control

Return Value

True if this control can be reused; otherwise, false.
See Also

Reference

FilterBarCellType Class
FilterBarCellType Members