- Contents
DesignerCOM API
II3IDHandler::Close Method
Synopsis
Closes the handler and all associated view (windows) for the handler.
IDL Function Prototype
HRESULT Close(
[in] VARIANT_BOOL CloseEvenIfHandlerIsModified
);
C/C++ Syntax
HRESULT Close(VARIANT_BOOL CloseEvenIfHandlerIsModified);
Parameters
- CloseEvenIfHandlerIsModified
-
Specify True to close the handler, losing unsaved changes, if any.