Manish Pansiniya’s Blog

.NET, C#, Javascript, ASP.NET and lots more…:)

DesignMode property in WPF

with one comment

To decide whether window or page in design mode, following is the code which returns boolean value

System.ComponentModel.DesignerProperties.GetIsInDesignMode(this);

Written by Manish

December 6, 2007 at 12:37 pm

Posted in .NET 3.0

One Response

Subscribe to comments with RSS.

  1. Thanks. It helped.

    Atul Gupta

    February 13, 2008 at 11:46 am


Leave a Reply