CDHtmlDialog::ShowContextMenu

Chamado quando um menu de contexto está prestes a ser exibido.

STDMETHOD(ShowContextMenu)(
   DWORD dwID,
   POINT * ppt,
   IUnknown * pcmdtReserved,
   IDispatch * pdispReserved 
);

Parâmetros

  • dwID
    See dwID em IDocHostUIHandler::ShowContextMenu in the Windows SDK.

  • ppt
    See ppt em IDocHostUIHandler::ShowContextMenu in the Windows SDK.

  • pcmdtReserved
    See pcmdtReserved em IDocHostUIHandler::ShowContextMenu in the Windows SDK.

  • pdispReserved
    See pdispReserved em IDocHostUIHandler::ShowContextMenu in the Windows SDK.

Valor de retorno

RetornaS_FALSE.

Comentários

Esta função de membro é implementação da CDHtmlDialog de IDocHostUIHandler::ShowContextMenu, conforme descrito no Windows SDK.

Requisitos

Cabeçalho: afxdhtml.h

Consulte também

Referência

Classe CDHtmlDialog

Gráfico de hierarquia

IDocHostUIhandler Interface

Outros recursos

CDHtmlDialog membros