Spread Windows Forms 12.0 Product Documentation
IsReusable Method (IReuseEditorControl2)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > IReuseEditorControl2 Interface : IsReusable Method
Indicates whether the control can be reused.
Syntax
'Declaration
 
Function IsReusable( _
   ByVal control As Control _
) As Boolean
'Usage
 
Dim instance As IReuseEditorControl2
Dim control As Control
Dim value As Boolean
 
value = instance.IsReusable(control)
bool IsReusable( 
   Control control
)

Parameters

control

Return Value

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

Reference

IReuseEditorControl2 Interface
IReuseEditorControl2 Members