IOleObject.Close(UInt32) Method

Definition

public:
 void Close(System::UInt32 dwSaveOption);
public:
 void Close(unsigned int dwSaveOption);
void Close(unsigned int dwSaveOption);
public void Close (uint dwSaveOption);
abstract member Close : uint32 -> unit
Public Sub Close (dwSaveOption As UInteger)

Parameters

dwSaveOption
UInt32

Remarks

For information on the COM interface, see IOleObject::Close

Applies to