Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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