SupportsPreviewControlAttribute Members

Indicates whether a control designer requires a preview instance of the control at design time. This class cannot be inherited.

The following tables list the members exposed by the SupportsPreviewControlAttribute type.

  Name Description
Public method SupportsPreviewControlAttribute Initializes a new instance of the SupportsPreviewControlAttribute class and sets the initial value of the SupportsPreviewControl property.
Top

  Name Description
Public field Static Default Gets an instance of the SupportsPreviewControlAttribute class that is set to the default preview value. This field is read-only.
Top

  Name Description
Public property SupportsPreviewControl Gets a value indicating whether the control designer requires a temporary preview control at design time.
Public property TypeId  When implemented in a derived class, gets a unique identifier for this Attribute.(Inherited from Attribute.)
Top

(see also Protected Methods )
  Name Description
Public method Equals Overloaded. Overridden.  
Public method Static GetCustomAttribute  Overloaded. Retrieves a custom attribute of a specified type applied to an assembly, module, type member, or method parameter. (Inherited from Attribute.)
Public method Static GetCustomAttributes  Overloaded. Retrieves an array of the custom attributes applied to an assembly, module, type member, or method parameter. (Inherited from Attribute.)
Public method GetHashCode Overridden. Returns the hash code for this instance of the SupportsPreviewControlAttribute class.
Public method GetType  Gets the Type of the current instance. (Inherited from Object.)
Public method IsDefaultAttribute Overridden. Indicates whether the current instance of the SupportsPreviewControlAttribute class is set to the default preview attribute value.
Public method Static IsDefined  Overloaded. Determines whether any custom attributes of a specified type are applied to an assembly, module, type member, or method parameter. (Inherited from Attribute.)
Public method Match  When overridden in a derived class, returns a value that indicates whether this instance equals a specified object. (Inherited from Attribute.)
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (Inherited from Object.)
Public method ToString  Returns a String that represents the current Object. (Inherited from Object.)
Top

  Name Description
Protected method Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (Inherited from Object.)
Top
Show: