FormSuite v6.0 - Updated
Dispose(Boolean) Method




Accusoft.FormsAPI.Net Assembly > Accusoft.Forms Namespace > FormResult Class > Dispose Method : Dispose(Boolean) Method
A value indicating whether this object is being disposed through the IDisposable interface or not, and therefore the object is being finalized.
Dispose of the resources owned by this class.
Syntax
'Declaration
 
Protected Overloads Overridable Sub Dispose( _
   ByVal disposing As Boolean _
) 
'Usage
 
Dim instance As FormResult
Dim disposing As Boolean
 
instance.Dispose(disposing)
protected virtual void Dispose( 
   bool disposing
)
protected: virtual void Dispose( 
   bool disposing
) 
protected:
virtual void Dispose( 
   bool disposing
) 

Parameters

disposing
A value indicating whether this object is being disposed through the IDisposable interface or not, and therefore the object is being finalized.
See Also

Reference

FormResult Class
FormResult Members
Overload List

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