WebDescriptionAttribute Members

Defines the string value to use as a ToolTip for a property of a Web Parts control.

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

  Name Description
Public method WebDescriptionAttribute Overloaded. Initializes a new instance of the WebDescriptionAttribute class.
Top

  Name Description
Public field Static Default Represents an instance of the WebDescriptionAttribute class with the Description property set to an empty string ("").
Top

(see also Protected Properties )
  Name Description
Public property Description Gets the ToolTip for a property to display in a PropertyGridEditorPart control.
Public property TypeId  When implemented in a derived class, gets a unique identifier for this Attribute.(Inherited from Attribute.)
Top

  Name Description
Protected property DescriptionValue Gets or sets the ToolTip to display in the PropertyGridEditorPart control.
Top

(see also Protected Methods )
  Name Description
Public method Equals Overloaded. Overridden. Returns a value that indicates whether this instance is equal to a specified object.
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 the display name value.
Public method GetType  Gets the Type of the current instance. (Inherited from Object.)
Public method IsDefaultAttribute Overridden. Determines whether the current instance is set to the default 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

Community Additions

ADD
Show: