Gets or sets a URL to supplemental information about a System.Web.UI.WebControls.WebParts.WebPart control.
Documentation for this section has not yet been entered.
When you assign a URL to the IWebPart.TitleUrl property, the title of the control becomes a link. The purpose of this property is to provide a convenient way for end users to access additional information about a control. The additional information could provide copyright data, contact data, details about the creator of the control, or a summary of the control's purpose.
Normally, you would not use the IWebPart.TitleUrl property to link to Help content. The best way to provide a link to Help for a control is to use the WebPart.HelpUrl property.