System.Web.UI.WebControls.WebParts.WebPart.TitleUrl Property

Gets or sets a URL to supplemental information about a System.Web.UI.WebControls.WebParts.WebPart control.

Syntax

public virtual string TitleUrl { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

When you assign a URL to the WebPart.TitleUrl property, the title of the control becomes a link to supplemental information about the control. The URL is not rendered when the page is in a display mode where controls can be dragged, such as design, edit, or catalog mode.

This property cannot be set by themes or style sheet themes. For more information, see System.Web.UI.ThemeableAttribute and ASP.NET Themes Overview.

The personalization scope of this property is set to PersonalizationScope.Shared and can be modified only by authorized users. For more information, see System.Web.UI.WebControls.WebParts.PersonalizableAttribute and Web Parts Personalization Overview.

Requirements

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