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)

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