Share via


Menu.SuppressBubbleIfPostback Property

Gets or sets a value that indicates whether certain results of the OnClick event, such as the bubble cursor display and menu item opening, are to be suppressed if a child link intends to post back.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property SuppressBubbleIfPostback As Boolean
    Get
    Set
'Usage
Dim instance As Menu
Dim value As Boolean

value = instance.SuppressBubbleIfPostback

instance.SuppressBubbleIfPostback = value
public bool SuppressBubbleIfPostback { get; set; }

Property Value

Type: System.Boolean
true if the results are suppressed; otherwise, false.

See Also

Reference

Menu Class

Menu Members

Microsoft.SharePoint.WebControls Namespace