Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SupportsPreviewControlAttribute Constructor (Boolean)

 

Initializes a new instance of the SupportsPreviewControlAttribute class and sets the initial value of the SupportsPreviewControl property.

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

public:
SupportsPreviewControlAttribute(
	bool supportsPreviewControl
)

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
Return to top
Show:
© 2017 Microsoft