System.Web.UI.WebControls.WebParts.Part.Description Property

Gets or sets a brief phrase that summarizes what the part control does, for use in ToolTips and catalogs of part controls.

Syntax

public virtual string Description { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The Part.Description property is typically a string that is used in catalogs that provide lists of part controls, and as a ToolTip in the part control's title bar. The content of the Part.Description appears in a ToolTip when you position your mouse pointer over the title text in a part control's title bar. The ToolTip text is created from the value of the WebPart.DisplayTitle property, followed by a hyphen, followed by the Part.Description property value.

The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see System.ComponentModel.LocalizableAttribute and ASP.NET Globalization and Localization.

Requirements

Namespace: System.Web.UI.WebControls.WebParts
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0