Closing the ActiveX Designer

The IOleObject::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 designer is active, the Close method should deactivate it. Close accepts one input parameter, a flag indicating whether to save the designer. The visual designer is always saved, so Close can safely ignore this parameter.