UnsecuredLayoutsPageBase.ShowStandardControls Property
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)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Property ShowStandardControls As Boolean
Get
Set
'Usage
Dim value As Boolean
value = Me.ShowStandardControls
Me.ShowStandardControls = value
protected bool ShowStandardControls { get; set; }
Property Value
Type: System.Boolean
true if the Go Back, Help, and Close links are hidden in the v4 UI; otherwise, false. The default is true.
See Also
Reference
UnsecuredLayoutsPageBase Class