Class SkinControl
Assembly: DotNetNuke.dll
Syntax
public class SkinControl : UserControlBase, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Constructors
SkinControl()
Declaration
Fields
cboSkin
Declaration
protected DropDownList cboSkin
Field Value
cmdPreview
Declaration
protected CommandButton cmdPreview
Field Value
optHost
Declaration
protected RadioButton optHost
Field Value
optSite
Declaration
protected RadioButton optSite
Field Value
Properties
DefaultKey
Declaration
public string DefaultKey { get; set; }
Property Value
LocalResourceFile
Declaration
public string LocalResourceFile { get; set; }
Property Value
SkinRoot
Declaration
public string SkinRoot { get; set; }
Property Value
SkinSrc
Declaration
public string SkinSrc { get; set; }
Property Value
Width
Declaration
public string Width { get; set; }
Property Value
Methods
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Overrides
cmdPreview_Click(object, EventArgs)
Declaration
protected void cmdPreview_Click(object sender, EventArgs e)
Parameters
optHost_CheckedChanged(object, EventArgs)
Declaration
protected void optHost_CheckedChanged(object sender, EventArgs e)
Parameters
optSite_CheckedChanged(object, EventArgs)
Declaration
protected void optSite_CheckedChanged(object sender, EventArgs e)
Parameters
Implements
Extension Methods