CGXControl::GetWndPtr
virtual CWnd* GetWndPtr() const;
Return Value
Returns a pointer to the CWnd object. If the control is not derived from CWnd, it will return NULL.
Remarks
Override this method if you have created a new control that is inherited multiply from CGXControl and CWnd.