ClusteredSPLinkButton.ThemeKey property

Gets or sets a string used to map the image in the control with the theme annotation of it in one of the site’s cascading style sheet (CSS) files.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property ThemeKey As String
    Get
    Set
'Usage
Dim instance As ClusteredSPLinkButton
Dim value As String

value = instance.ThemeKey

instance.ThemeKey = value
public string ThemeKey { get; set; }

Property value

Type: System.String

Remarks

Can be null for images that do not have a theme.

See also

Reference

ClusteredSPLinkButton class

ClusteredSPLinkButton members

Microsoft.SharePoint.WebControls namespace