ControlDesigner.SetViewFlags Method (ViewFlags, Boolean)
.NET Framework (current version)
Assigns the specified bitwise ViewFlags enumeration to the specified flag value.
Assembly: System.Design (in System.Design.dll)
Parameters
- viewFlags
-
Type:
System.Web.UI.Design.ViewFlags
A ViewFlags value.
- setFlag
-
Type:
System.Boolean
true to set the flag, false to remove the flag.
There are several flags that can be set. For example, use the SetViewFlags method to set the DesignTimeHtmlRequiresLoadComplete value of the current ViewControl property for the control designer, instead of the obsolete DesignTimeHtmlRequiresLoadComplete property.
The following code example shows how to use the SetViewFlags method to indicate that the template is in editing mode.
.NET Framework
Available since 2.0
Available since 2.0
Show: