MenuTemplate.LargeIconMode Property

Gets or sets a value that indicates whether the menu renders in large icon mode.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property LargeIconMode As Boolean
    Get
    Set
'Usage
Dim instance As MenuTemplate
Dim value As Boolean

value = instance.LargeIconMode

instance.LargeIconMode = value
public bool LargeIconMode { get; set; }

Property Value

Type: System.Boolean
true if it renders in large icon mode; otherwise, false.

See Also

Reference

MenuTemplate Class

MenuTemplate Members

Microsoft.SharePoint.WebControls Namespace