HtmlMenuButton.UseWSSMenu Property
Gets or sets a value that indicates whether the menu button is displayed using Microsoft SharePoint Foundation 2010 formatting.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property UseWSSMenu As Boolean
Get
Set
'Usage
Dim instance As HtmlMenuButton
Dim value As Boolean
value = instance.UseWSSMenu
instance.UseWSSMenu = value
public bool UseWSSMenu { get; set; }
Property Value
Type: System.Boolean
true if the menu button is using Microsoft SharePoint Foundation 2010 formatting; otherwise, false. The default value is false.