Class SkinThumbNailControl
SkinThumbNailControl is a user control that provides that displays the skins as a Radio ButtonList with Thumbnail Images where available.
Namespace: DotNetNuke.UI.Skins
Assembly: DotNetNuke.dll
Syntax
public abstract class SkinThumbNailControl : UserControlBase
Fields
| Improve this Doc View SourceControlContainer
SkinThumbNailControl is a user control that provides that displays the skins as a Radio ButtonList with Thumbnail Images where available.
Declaration
protected HtmlGenericControl ControlContainer
Field Value
Type | Description |
---|---|
HtmlGenericControl |
OptSkin
SkinThumbNailControl is a user control that provides that displays the skins as a Radio ButtonList with Thumbnail Images where available.
Declaration
protected RadioButtonList OptSkin
Field Value
Type | Description |
---|---|
RadioButtonList |
Properties
| Improve this Doc View SourceBorder
SkinThumbNailControl is a user control that provides that displays the skins as a Radio ButtonList with Thumbnail Images where available.
Declaration
public string Border { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Columns
SkinThumbNailControl is a user control that provides that displays the skins as a Radio ButtonList with Thumbnail Images where available.
Declaration
public int Columns { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Height
SkinThumbNailControl is a user control that provides that displays the skins as a Radio ButtonList with Thumbnail Images where available.
Declaration
public string Height { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SkinRoot
SkinThumbNailControl is a user control that provides that displays the skins as a Radio ButtonList with Thumbnail Images where available.
Declaration
public string SkinRoot { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SkinSrc
SkinThumbNailControl is a user control that provides that displays the skins as a Radio ButtonList with Thumbnail Images where available.
Declaration
public string SkinSrc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Width
SkinThumbNailControl is a user control that provides that displays the skins as a Radio ButtonList with Thumbnail Images where available.
Declaration
public string Width { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceClear()
Clear clears the radio button list.
Declaration
public void Clear()
LoadAllSkins(Boolean)
LoadAllSkins loads all the available skins (Host and Site) to the radio button list.
Declaration
public void LoadAllSkins(bool includeNotSpecified)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | includeNotSpecified | Optionally include the "Not Specified" option. |
LoadHostSkins(Boolean)
LoadHostSkins loads all the available Host skins to the radio button list.
Declaration
public void LoadHostSkins(bool includeNotSpecified)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | includeNotSpecified | Optionally include the "Not Specified" option. |
LoadPortalSkins(Boolean)
LoadHostSkins loads all the available Site/Portal skins to the radio button list.
Declaration
public void LoadPortalSkins(bool includeNotSpecified)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | includeNotSpecified | Optionally include the "Not Specified" option. |
LoadSkins(String, String, Boolean)
LoadSkins loads all the available skins in a specific folder to the radio button list.
Declaration
public void LoadSkins(string strFolder, string skinType, bool includeNotSpecified)
Parameters
Type | Name | Description |
---|---|---|
System.String | strFolder | The folder to search for skins. |
System.String | skinType | A string that identifies whether the skin is Host "[G]" or Site "[L]". |
System.Boolean | includeNotSpecified | Optionally include the "Not Specified" option. |