This documentation is archived and is not being maintained.

ControlDesigner::SetViewFlags Method

Assigns the specified bitwise ViewFlags enumeration to the specified flag value.

Namespace:  System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

protected:
void SetViewFlags(
	ViewFlags viewFlags, 
	bool setFlag
)

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.

No code example is currently available or this language may not be supported.

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0, 2.0
Show: