simple question, does anyone know how to detect whether code is executed design-time with WP7? The usual Silverlight solution of HtmlPage.IsEnabled doesn't work in this context.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Try using the DesignerProperties.IsInDesignTool boolean property. You will need to import the System.ComponentModel namespace to use this. |
|||
|
|