ViewFlags Enumeration
.NET Framework (current version)
Indicates which features are enabled with the SetViewFlags method of a designer.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System.Design (in System.Design.dll)
| Member name | Description | |
|---|---|---|
| CustomPaint | Enables painting events for displaying a custom control at design time. | |
| DesignTimeHtmlRequiresLoadComplete | Postpones all events until after the control is completely loaded. | |
| TemplateEditing | Enables template editing at design time. |
.NET Framework
Available since 2.0
Available since 2.0
Show: