virtual BOOL IsSubclassedControl( );
Return Value
Nonzero if the control is subclassed; otherwise 0.
Remarks
Called by the framework to determine if the control subclasses a Windows control. You must override this function and return TRUE if your OLE control subclasses a Windows control.