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)
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.