SiteActions.HideIcons property
True if icons should not be displayed. Default: true.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property HideIcons As Boolean
Get
Set
'Usage
Dim instance As SiteActions
Dim value As Boolean
value = instance.HideIcons
instance.HideIcons = value
public bool HideIcons { get; set; }
Property value
Type: System.Boolean