NewMenu.LargeIconThreshold property
LargeIconThreshold: HTML that will render before the menu
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property LargeIconThreshold As Integer
Get
Set
'Usage
Dim instance As NewMenu
Dim value As Integer
value = instance.LargeIconThreshold
instance.LargeIconThreshold = value
public int LargeIconThreshold { get; set; }
Property value
Type: System.Int32