
Tab Control in inherited forms
Hello,
I have an inherited form, wich contains a tab control, with 3 tab pages.
When I try to put any control in one of these pages, in a form who inherits
from the "base form", the designer change the focus to the tab control and
shows me the following message:
"Cannot add 'Control' to TabControl.
Only TabPages can be directly added to TabControls."
Therefore, the same works on the "base form". This is a designer's bug? How
can I put controls in a inherited tab page?
Thanks in advance,
Fabrcio de Novaes Kucinskis.
PS: all the controls has modifiers "Protected".