C1.Win.C1FlexGrid Namespace / C1FlexGridRowDetail Class / Dispose Method / Dispose(Boolean) Method
true if managed resources should be disposed; otherwise, false.

In This Topic
Dispose(Boolean) Method
In This Topic
Clean up any resources being used.
Syntax
'Declaration
 
Protected Overloads Overrides Sub Dispose( _
   ByVal disposing As Boolean _
) 
 

Parameters

disposing
true if managed resources should be disposed; otherwise, false.
See Also