Adding additional painting on control at design time can be done by
overriding the OnPaintAdornments method of controldesigner class. I believe
you can even paint beyond the bounds of the control being designed. However
providing implementations for your gripper is kind of complicated in my
opinion. Forcing a redraw is as simple as invalidating the component that
your designer is using.
> Anybody?
>
[quoted text clipped - 11 lines]
> > -----
> > Lee
Lee - 08 Nov 2004 19:08 GMT
Thanks! I think the ControllDesigner class is exactly what I was looking
for. I'll have to spend some time researching how to use that now. Again,
thanks! :)
-----
Lee
> Adding additional painting on control at design time can be done by
> overriding the OnPaintAdornments method of controldesigner class. I
[quoted text clipped - 27 lines]
>> > -----
>> > Lee