SPMenuField.UseMaximumWidth property
Gets or sets the value to be used when setting the [UseMaximumWidth] property of the underlying [Menu] control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property UseMaximumWidth As Boolean
Get
Set
'Usage
Dim instance As SPMenuField
Dim value As Boolean
value = instance.UseMaximumWidth
instance.UseMaximumWidth = value
public bool UseMaximumWidth { get; set; }
Property value
Type: System.Boolean
True if the full width is to be used; otherwise, false.