Public Overloads Sub Dispose()
Dim instance As FormSet instance.Dispose()
public void Dispose()
public: void Dispose();
Public Overloads Sub Dispose()
Dim instance As FormSet instance.Dispose()
public void Dispose()
public: void Dispose();
This method is the implementation of the IDisposable interface. It will unlock the form set file (if it is locked.)
Calling this method will subsequently call the Dispose method of each FormDefinition object that exists in the FormDefintions collection property of this object. To avoid this, call the Clear method of the FormDefinitions collection just before calling this method.