Editor_CloseTemp¶
Closes the temporary text. You can use this inline function or explicitly send the EE_EDIT_TEMP message.
Editor_CloseTemp( HWND hwnd, UINT nEditID );
Parameters¶
hwnd
Specifies the window handle of the view or frame of EmEditor.
nEditID
Specifies the ID of the temporary text that you want to close.
Return Values¶
The return value is not used.
Version¶
Supported on EmEditor Version 9.00 or later.