ControlDesigner.IsDirty Property
.NET Framework (current version)
Gets or sets a value indicating whether the Web server control has been marked as changed.
Assembly: System.Design (in System.Design.dll)
[<ObsoleteAttribute("The recommended alternative is to use Tag.SetDirty() and Tag.IsDirty. http://go.microsoft.com/fwlink/?linkid=14202")>] member IsDirty : bool with get, set
Property Value
Type: System.Booleantrue, if the Web server control has changed since it was last persisted or loaded; otherwise, false.
.NET Framework
Available since 1.1
Available since 1.1
Show:
