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

Gets or sets the type of user interface (UI) used to display Help content for a System.Web.UI.WebControls.WebParts.WebPart control.

Syntax

public virtual WebPartHelpMode HelpMode { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the WebPart.HelpMode property to determine how a browser will display Help content for a control. The following table lists the effects of the various Help modes on a browser when Help content for a System.Web.UI.WebControls.WebParts.WebPart control is displayed.

WebPartHelpMode.Modal

Opens a separate browser window, if the browser has this capability. A user must close the window before returning to the Web Parts page.

WebPartHelpMode.Modeless

Opens a separate browser window, if the browser has this capability. A user does not have to close the window before returning to the Web page.

WebPartHelpMode.Navigate

Replaces the Web Parts page in the browser window.

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