Hi --
I'm going to be drawing a bunch of shapes on a form surface with GDI+ and will be wanting to associate behavior with these objects. Is it at all possible to use glyphs, adorners and a BehaviorServiceto manage user interaction with these objects even if they don't implement full-fledged control behavior? (I'm hoping to makemy objectsmore lightweight than controls and will want to redraw tand reposition hem quickly without the overhead of individal component event handlers.)
Any help on this question would be greatly appreciated.
Regards,
Mike