PublishingButton.AllowMultipleClicks Property
Determines whether multiple clicks of this button are allowed.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property AllowMultipleClicks As Boolean
Get
Set
'Usage
Dim instance As PublishingButton
Dim value As Boolean
value = instance.AllowMultipleClicks
instance.AllowMultipleClicks = value
public bool AllowMultipleClicks { get; set; }
Property Value
Type: System.Boolean
A Boolean value that determines whether multiple clicks of this button are allowed before the page is refreshed.
Remarks
When this property is set to False, this button is disabled after the first click .