EditModeSettingsLink Class

NOTE: This API is now obsolete.

Defines the edit mode settings link in the upper right corner of the page.

Inheritance Hierarchy

System.Object
  System.Web.UI.Control
    Microsoft.SharePoint.Portal.WebControls.EditModeSettingsLink

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("This control is obsolete.")> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Class EditModeSettingsLink _
    Inherits Control _
    Implements IDesignTimeHtmlProvider
'Usage
Dim instance As EditModeSettingsLink
[ObsoleteAttribute("This control is obsolete.")]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class EditModeSettingsLink : Control, 
    IDesignTimeHtmlProvider

Remarks

The edit page link in the lower left corner of the page enables edit mode and allows the use of the edit mode settings link. Edit mode enables all of the administrator and author features on the page, such as, add, delete, or modify Web Parts. The default mode is read-only end user mode.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

EditModeSettingsLink Members

Microsoft.SharePoint.Portal.WebControls Namespace