System.Web.UI.WebControls.WebParts.WebPartHelpMode Enumeration

Specifies the available types of user interfaces (UIs) for displaying Help content for a System.Web.UI.WebControls.WebParts.WebPart control.

Syntax

public enum WebPartHelpMode

Remarks

The WebPart.HelpMode property is used to determine how a browser will display Help content for a control. The System.Web.UI.WebControls.WebParts.WebPartHelpMode enumeration contains values that can be applied to the WebPart.HelpMode property. The default value for the WebPart.HelpMode property is WebPartHelpMode.Modal.

Members

Member NameDescription
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.

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.

Navigate

Replaces the Web Parts page in the browser window.

Requirements

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