HtcMenu.LargeIconMode Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property LargeIconMode As Boolean
Get
Set
'Usage
Dim instance As HtcMenu
Dim value As Boolean
value = instance.LargeIconMode
instance.LargeIconMode = value
public bool LargeIconMode { get; set; }
Property Value
Type: System.Boolean