CDHtmlDialog::ShowContextMenu

Llamado cuando un menú contextual está a punto de mostrarse.

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

Parámetros

  • dwID
    Vea dwID en IDocHostUIHandler::ShowContextMenu en Windows SDK.

  • ppt
    Vea ppt en IDocHostUIHandler::ShowContextMenu en Windows SDK.

  • pcmdtReserved
    Vea pcmdtReserved en IDocHostUIHandler::ShowContextMenu en Windows SDK.

  • pdispReserved
    Vea pdispReserved en IDocHostUIHandler::ShowContextMenu en Windows SDK.

Valor devuelto

devuelve S_FALSE.

Comentarios

Esta función miembro es la implementación CDHtmlDialog de IDocHostUIHandler::ShowContextMenu, como se describe en Windows SDK.

Requisitos

encabezado: afxdhtml.h

Vea también

Referencia

Clase CDHtmlDialog

Gráfico de jerarquía

IDocHostUIhandler Interface