Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
True to use large icon mode that uses 32x32 icons and menu items have titles and descriptions. Default: false.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property LargeIconMode As Boolean
Get
Set
'Usage
Dim instance As SiteActions
Dim value As Boolean
value = instance.LargeIconMode
instance.LargeIconMode = value
public bool LargeIconMode { get; set; }
Property value
Type: System.Boolean