Class SkinControl
Inheritance
System.Object
SkinControl
Assembly: DotNetNuke.dll
Syntax
public class SkinControl : UserControlBase
Fields
|
Improve this Doc
View Source
cboSkin
Declaration
protected DropDownList cboSkin
Field Value
Type |
Description |
DropDownList |
|
|
Improve this Doc
View Source
cmdPreview
Declaration
protected CommandButton cmdPreview
Field Value
|
Improve this Doc
View Source
optHost
Declaration
protected RadioButton optHost
Field Value
Type |
Description |
RadioButton |
|
|
Improve this Doc
View Source
optSite
Declaration
protected RadioButton optSite
Field Value
Type |
Description |
RadioButton |
|
Properties
|
Improve this Doc
View Source
DefaultKey
Declaration
public string DefaultKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
LocalResourceFile
Declaration
public string LocalResourceFile { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SkinRoot
Declaration
public string SkinRoot { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SkinSrc
Declaration
public string SkinSrc { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Width
Declaration
public string Width { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
cmdPreview_Click(Object, EventArgs)
Declaration
protected void cmdPreview_Click(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
EventArgs |
e |
|
|
Improve this Doc
View Source
OnLoad(EventArgs)
The Page_Load server event handler on this page is used
to populate the role information for the page.
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type |
Name |
Description |
EventArgs |
e |
|
|
Improve this Doc
View Source
optHost_CheckedChanged(Object, EventArgs)
Declaration
protected void optHost_CheckedChanged(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
EventArgs |
e |
|
|
Improve this Doc
View Source
optSite_CheckedChanged(Object, EventArgs)
Declaration
protected void optSite_CheckedChanged(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
EventArgs |
e |
|
Extension Methods