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.
| mr johnson on Difference Between ToString() … | |
| Gritosere on Threading in C# – Thread… | |
| meotom.net on VbCrLf Alternative in C# =… | |
| Vijay Modi on Books ( My Love ) – List… | |
| Vijay Modi on Free DNS Report |
Blog at WordPress.com. — Journalist theme by Lucian E. Marin
Thanks. It helped.
Atul Gupta
February 13, 2008 at 11:46 am