Closing the ActiveX Designer

The Close method changes the ActiveX Designer from the running state to the loaded state. The host calls Close when the user closes the frame or application. If the object is active, the Close method should deactivate it. Close accepts one input parameter, a flag indicating whether to save the object. The visual designer is always saved; therefore Close can safely ignore this parameter.