ICommandUI::ContinueRouting

Tells the command routing mechanism to continue routing the current message down the chain of handlers.

void ContinueRouting( );

Remarks

This is an advanced member function that should be used in conjunction with an ON_COMMAND_EX handler that returns FALSE. For more information, see Technical Note TN006: Message Maps.

Requirements

Header: afxwinforms.h

See Also

Reference

ICommandUI Interface

ON_COMMAND_EX