EE_TOOLBAR_OPEN

Opens a custom toolbar. You can send this message explicitly or by using the Editor_ToolbarOpen inline function.

EE_TOOLBAR_OPEN
wParam = 0;
lParam = (LPARAM) (TOOLBAR_INFO*) pToolbarInfo;

Parameters

pToolbarInfo

Pointer to the TOOLBAR_INFO structure.

Return Values

The return value is a custom toolbar ID. If the message fails, the return value is zero.

Version

Supported on EmEditor Professional Version 7.00 or later.