CComControlBase::DoVerbProperties
Muestra las páginas de propiedades del control.
HRESULT DoVerbProperties(
LPCRECT /* prcPosRect */,
HWND hwndParent
);
Parámetros
prcPosRec
Reservado.hwndParent
identificador de la ventana que contiene el control.
Valor devuelto
Uno de los valores estándar de HRESULT.
Ejemplo
// 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)
Requisitos
encabezado: atlctl.h