SupportsPreviewControlAttribute Constructor (Boolean)
.NET Framework (current version)
Initializes a new instance of the SupportsPreviewControlAttribute class and sets the initial value of the SupportsPreviewControl property.
Assembly: System.Design (in System.Design.dll)
Parameters
- supportsPreviewControl
-
Type:
System.Boolean
The initial value to assign for SupportsPreviewControl.
Typically, you do not need to create an instance of the SupportsPreviewControlAttribute class directly. Apply the SupportsPreviewControlAttribute to the class declaration of the custom control designer in the source code.
.NET Framework
Available since 2.0
Available since 2.0
Show: