virtual BOOL OnProperties( LPMSG lpMsg, HWND hWndParent, LPCRECT lpRect );
Return Value
Nonzero if the call is successful; otherwise 0.
Parameters
lpMsg
A pointer to the Windows message that invoked the verb.
hWndParent
A handle to the parent window of the control.
lpRect
A pointer to the rectangle used by the control in the container.
Remarks
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.