Menu.UseMaximumWidth Property
Gets or sets a value that indicates whether this menu attempts to consume the full width of its container.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property UseMaximumWidth As Boolean
Get
Set
'Usage
Dim instance As Menu
Dim value As Boolean
value = instance.UseMaximumWidth
instance.UseMaximumWidth = value
public bool UseMaximumWidth { get; set; }
Property Value
Type: System.Boolean
true if this menu attempts to consume the full width of its container; otherwise, false.