EE_UPDATE_TOOLBAR

Updates a button status in a toolbar. You can send this message explicitly or by using the Editor_UpdateToolbar inline function.

EE_UPDATE_TOOLBAR
wParam = (WPARAM) (UINT) nCmdID;
lParam = 0;

Parameters

nCmdID

The identifier of the command on which the status is queried. See Command IDs.

Return Values

Return value is not used.