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)
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