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

Gets or sets a brief phrase that summarizes what a control does, for use in ToolTips and catalogs of System.Web.UI.WebControls.WebParts.WebPart controls.

Syntax

public string Description { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The IWebPart.Description property value is typically used as a descriptive string for a control in catalogs that provide lists of System.Web.UI.WebControls.WebParts.WebPart controls, and as a ToolTip in a control's title bar. The content of the property appears in a ToolTip when a user positions the mouse pointer over the title text in a control's title bar.

Requirements

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