I have created a custom compound control to use in my application (contains a picturebox, radio button and a textbox). All properties affecting the appearance of this control are set at runtime and are hidden from the property grid at designtime. Maybe I am missing the obvious, but how do I get the custom control's appearance to remain static in designtime (regardless of changes made to its various appearance property settings at runtime)
Thanks in advance for any help!
Chales

Custom control--resetting designtime appearance
kush28
Charles
YasinMo
For an explantion of shadowing, go to the Articles section of this website, the "Designers" heading, and look for the article on Creating Custom Designers (by me).