SiteActions.LargeIconMode property
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