Partager via


CComControlBase::DoVerbProperties

Affiche les pages de propriétés du contrôle.

HRESULT DoVerbProperties(
   LPCRECT /* prcPosRect */,
   HWND hwndParent 
);

Paramètres

  • prcPosRec
    Réservé.

  • hwndParent
    Handle de la fenêtre qui contient le contrôle.

Valeur de retour

L'une des valeurs HRESULT standard.

Exemple

// The following implementation of the WM_RBUTTONDOWN message handler
// will pop up the ActiveX Control's PropertyPages 
LRESULT CMyComposite::OnRButtonDown(UINT /*uMsg*/, WPARAM /*wParam*/, 
   LPARAM /*lParam*/, BOOL& /*bHandled*/)
{
   DoVerbProperties(NULL, ::GetActiveWindow());
   return 0L;
}
MESSAGE_HANDLER(WM_RBUTTONDOWN, OnRButtonDown)

Configuration requise

Header: atlctl.h

Voir aussi

Référence

Classe de CComControlBase

IOleObjectImpl::DoVerbPrimary