Edit

Share via


ViewFlags Enum

Definition

Indicates which features are enabled with the SetViewFlags(ViewFlags, Boolean) method of a designer.

This enumeration supports a bitwise combination of its member values.

C#
[System.Flags]
public enum ViewFlags
Inheritance
ViewFlags
Attributes

Fields

Name Value Description
CustomPaint 1

Enables painting events for displaying a custom control at design time.

DesignTimeHtmlRequiresLoadComplete 2

Postpones all events until after the control is completely loaded.

TemplateEditing 4

Enables template editing at design time.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also