Editor_ToolbarOpen

Opens a custom toolbar. You can use this inline function or explicitly send the EE_TOOLBAR_OPEN message.

Editor_ToolbarOpen( HWND hwnd, TOOLBAR_INFO* pToolbarInfo );

Parameters

hwnd

Specifies the window handle of the view or frame of EmEditor.

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.