W
WebWacker
Hi,
I'm trying to write a Control (inherited from Control) which contains
four panels. These panels are created in the constructor, and are
read-only.
The individual properties of the panels can be set through the
properties window, any changes will be visible in design-time.
However, when I run the application, the properties are lost.
No code is generated which sets the (modified) properties of these
panels.
Could somebody tell me what should be done in order for this to work
correctly?
Thanks in advance,
- WebWacker
I'm trying to write a Control (inherited from Control) which contains
four panels. These panels are created in the constructor, and are
read-only.
The individual properties of the panels can be set through the
properties window, any changes will be visible in design-time.
However, when I run the application, the properties are lost.
No code is generated which sets the (modified) properties of these
panels.
Could somebody tell me what should be done in order for this to work
correctly?
Thanks in advance,
- WebWacker