ButtonSection.ShowStandardCancelButton Property
Gets or sets a value that indicates whether the standard cancel button is displayed.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ShowStandardCancelButton As Boolean
Get
Set
'Usage
Dim instance As ButtonSection
Dim value As Boolean
value = instance.ShowStandardCancelButton
instance.ShowStandardCancelButton = value
public bool ShowStandardCancelButton { get; set; }
Property Value
Type: System.Boolean
true if the standard cancel button is displayed; otherwise, false.