I'm working on a user-created view, where the user can enter layoutmode to create, resize and delete different controls in the view(delphi like). I need a OnLeftMouseButton event on a GroupBox. Currently I'm catching the event in the view, but this is not good enought.

/John D Collins