COleControl::OnProperties

This method is called by the framework when the control’s properties verb has been invoked by the container.

At a Glance

Header file: Afxctl.h
Platforms: H/PC 2.0, H/PC Pro
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

COleControl::OnProperties

virtual BOOL OnProperties( LPMSG lpMsg, HWND hWndParent,
LPCRECT
lpRect );

Remarks

The default implementation of OnProperties will not work in Windows CE. You must override this method.