COleControl::OnProperties

This member function is called by the framework when the control's Properties verb has been invoked by the container. The default implementation displays a modal property dialog box.

Syntax

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

At a Glance

Header file: Afxctl.h
Platforms:
Versions: 2.0 and later
Complete documentation Visual C++ documentation

See Also

COleControl Overview, COleControl Member Functions, Control Classes