Editor_CustomBarClose¶
Closes a custom bar. You can use this inline function or explicitly send the EE_CUSTOM_BAR_CLOSE message.
Editor_CustomBarClose( HWND hwnd, UINT nCustomBarID ); hwnd Specifies the window handle of the view or frame of EmEditor. nCustomBarID Specifies the custom bar to close. This is the return value from the Editor_CustomBarOpen inline function. If the message succeeds, the return value is TRUE. If the message fails, the return value is FALSE. Supported on EmEditor Professional Version 6.00 or later.Parameters¶
Return Values¶
Version¶