EE_CUSTOM_BAR_CLOSE

Closes a custom bar. You can send this message explicitly or use the Editor_CustomBarClose inline function.

EE_CUSTOM_BAR_CLOSE
wParam = nCustomBarID;
lParam = 0;

Parameters

nCustomBarID

Specifies the custom bar to close. This is the return value from the EE_CUSTOM_BAR_OPEN message.

Return Values

If the message succeeds, the return value is TRUE. If the message fails, the return value is FALSE.

Version

Supported on EmEditor Professional Version 6.00 or later.