Re: [ADVANCED-DOTNET] Inherited control with design mode capabilities

2006-09-29 Thread Stanislav Petko
> > 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

Re: [ADVANCED-DOTNET] Inherited control with design mode capabilities

2006-09-12 Thread J. Merrill
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

[ADVANCED-DOTNET] Inherited control with design mode capabilities

2006-09-06 Thread Stanislav Peťko
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