This property is currently not supported in 8.0
Allows you to override the way the site chooses the current Theme:
Public Overrides ReadOnly Property SetTheme() As String
Get
If IsCspUser Then
Return "TangerineScream"
Else
Return "" '"Standard"
End If
End Get
End Property
Must be placed between the script tags.