Accusoft.Forms1 - Updated
Dispose(Boolean) Method



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
Protected Overloads Overridable Sub Dispose( _
   ByVal disposing As Boolean _
) 
Dim instance As FormResult
Dim disposing As Boolean
 
instance.Dispose(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