MenuTemplate.HideIcons property
Gets or sets whether to hide icons in the menu.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property HideIcons As Boolean
Get
Set
'Usage
Dim instance As MenuTemplate
Dim value As Boolean
value = instance.HideIcons
instance.HideIcons = value
public bool HideIcons { get; set; }
Property value
Type: System.Boolean