SECIContextMenuImpl::CommandHandler

voidSECIContextMenuImpl::CommandHandler(HWNDhwndOwner, UINTnID)

This function handle all the command for this context menu object. Derived class should override this function to do special handling depending one the given command ID. Default implementation just popup a message box telling you the context menu ID you just clicked.

Defined in: SECIContextMenuImpl.h

Return Value

void

Parameters

hwndOwner

The window handle to the window that own this object. It should be used when you need to popup message box or dialog box.

nID

The ID for the selected context menu item.