>
> Could you create a UserControl that contains a GroupBox, and
> forwards appropriate properties and methods to the contained
> GroupBox? Then the design-mode user could put something on
> top of the GroupBox if that was desired .
>
Hello.
Thanks for answer. Well, I try to do it this way
Could you create a UserControl that contains a GroupBox, and forwards
appropriate properties and methods to the contained GroupBox? Then the
design-mode user could put something on top of the GroupBox if that was desired
.
At 08:13 AM 9/6/2006, Stanislav Peťko wrote
>Hello
>
>How can I make i
Hello
How can I make inherited control, which I can edit in design mode: add more
controls on it etc. Basically, I need a usercontrol, but it cannot by inherited
form UserControl class but from some another class (say GroupBox). If I inherit
directly form GroupBox, I loose design mode possibili