WebPart.HelpMode property
SharePoint 2013
Gets or sets the type of user interface used to display Help content for a Web Part.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[WebPartStorageAttribute(Storage.Shared)] public override WebPartHelpMode HelpMode { get; set; }
Property value
Type: System.Web.UI.WebControls.WebParts.WebPartHelpModeA WebPartHelpMode enumeration value. The default is Modeless.
Use this property to control how a browser displays Help content for a Web Part when a user clicks Help on the Web Part menu. Set the property with a HelpMode enumeration value. Help modes are described in the following table.
Help mode | Browser behavior |
|---|---|
Modal | Opens a separate browser window. The user must close the window before returning to the Web Parts page. |
Modeless | Opens a separate browser window. The user does not have to close the window before returning to the Web Parts page. |
Navigate | Replaces the Web Parts page in the browser window. |