FormFix v6.0 for .NET - Updated
Dispose(Boolean) Method



Accusoft.FormFixSdk Namespace > FormModel Class > Dispose Method : Dispose(Boolean) Method
Inidicates whether the caller was Dispose (true) or the finalizer (false).
Common protected Dispose method for standard Dispose pattern. Called by IDisposable.Dispose() and the finalizer.
Syntax
'Declaration
 
Protected Overloads Overridable Sub Dispose( _
   ByVal disposing As Boolean _
) 
'Usage
 
Dim instance As FormModel
Dim disposing As Boolean
 
instance.Dispose(disposing)
protected virtual void Dispose( 
   bool disposing
)
protected:
virtual void Dispose( 
   bool disposing
) 

Parameters

disposing
Inidicates whether the caller was Dispose (true) or the finalizer (false).
See Also

Reference

FormModel Class
FormModel Members
Overload List

Is this page helpful?
Yes No
Thanks for your feedback.