Condividi tramite


CComControlBase::DoVerbProperties

Visualizza le pagine delle proprietà del controllo.

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

Parametri

  • prcPosRec
    Riservato.

  • hwndParent
    Handle della finestra che contiene il controllo.

Valore restituito

Uno dei valori HRESULT standard.

Esempio

// 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)

Requisiti

Header: atlctl.h

Vedere anche

Riferimenti

CComControlBase Class

IOleObjectImpl::DoVerbPrimary