PublishingButton.AllowMultipleClicks property

Gets or sets 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.

See also

Reference

PublishingButton class

PublishingButton members

Microsoft.SharePoint.Publishing.WebControls namespace

PublishingButton