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::IsDefaultAttribute Method ()

 

Indicates whether the current instance of the SupportsPreviewControlAttribute class is set to the default preview attribute value.

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

public:
virtual bool IsDefaultAttribute() override

Return Value

Type: System::Boolean

true if the current instance of SupportsPreviewControlAttribute is equal to the default preview attribute value; otherwise, false.

The IsDefaultAttribute method compares the value for the SupportsPreviewControl property of the current SupportsPreviewControlAttribute object with the value for the SupportsPreviewControl property of the static Default field.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft