DesignMode property in WPF
To decide whether window or page in design mode, following is the code which returns boolean value
System.ComponentModel.DesignerProperties.GetIsInDesignMode(this);
.NET, C#, Javascript, ASP.NET and lots more…:)
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
Subscribe to comments with RSS.
Blog at WordPress.com. — Journalist theme by Lucian E. Marin
Thanks. It helped.
Atul Gupta
February 13, 2008 at 11:46 am