'Declaration
Public Overloads Sub Dispose()
'Usage
Dim instance As FormDefinition instance.Dispose()
public void Dispose()
public: void Dispose();
'Declaration
Public Overloads Sub Dispose()
'Usage
Dim instance As FormDefinition instance.Dispose()
public void Dispose()
public: void Dispose();
This method is part of the IDisposable interface and will unlock the form definition file (if it is locked.)
Calling this method will subsequently call the Dispose method of each TemplateImage object that exists in the TemplateImages collection property of this object. To avoid this, call the TemplateImageCollection method of the TemplateImages collection just before calling this method.