SiteLogoImage.DisableTheming property
Disables theming the default site icon with the rest of the site.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property DisableTheming As Boolean
Get
Set
'Usage
Dim instance As SiteLogoImage
Dim value As Boolean
value = instance.DisableTheming
instance.DisableTheming = value
public bool DisableTheming { get; set; }
Property value
Type: System.Boolean