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 ); hwnd Specifies the window handle of the view or frame of EmEditor. pToolbarInfo Pointer to the TOOLBAR_INFO structure. The return value is a custom toolbar ID. If the message fails, the return value is zero. Supported on EmEditor Professional Version 7.00 or later.Parameters¶
Return Values¶
Version¶