Condividi tramite


CDHtmlDialog::ShowContextMenu

Chiamato quando un menu di scelta rapida sta per visualizzare.

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

Parametri

  • dwID
    Vedere dwID in IDocHostUIHandler::ShowContextMenu in Windows SDK.

  • ppt
    Vedere ppt in IDocHostUIHandler::ShowContextMenu in Windows SDK.

  • pcmdtReserved
    Vedere pcmdtReserved in IDocHostUIHandler::ShowContextMenu in Windows SDK.

  • pdispReserved
    Vedere pdispReserved in IDocHostUIHandler::ShowContextMenu in Windows SDK.

Valore restituito

Restituisce S_FALSE.

Note

Questa funzione membro è l'implementazione di CDHtmlDialog IDocHostUIHandler::ShowContextMenu, come descritto in Windows SDK.

Requisiti

Header: afxdhtml.h

Vedere anche

Riferimenti

Classe di CDHtmlDialog

Grafico della gerarchia

IDocHostUIhandler Interface