Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the value that indicates whether the Go Back, Help, and Close links are hidden in the v4 UI.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Protected Property ShowStandardControls As Boolean
Get
Set
'Usage
Dim value As Boolean
value = Me.ShowStandardControls
Me.ShowStandardControls = value
protected bool ShowStandardControls { get; set; }
Type: System.Boolean
true if the Go Back, Help, and Close links are hidden in the v4 UI; otherwise, false. The default is true.
UnsecuredLayoutsPageBase class
Please sign in to use this experience.
Sign in