Partager via


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

See also

Reference

SiteActions class

SiteActions members

Microsoft.SharePoint.WebControls namespace