Class Help
Inheritance
System.Object
Help
Assembly: DotNetNuke.dll
Syntax
public abstract class Help : PortalModuleBase, IModuleControl
Fields
|
Improve this Doc
View Source
cmdCancel
Declaration
protected LinkButton cmdCancel
Field Value
Type |
Description |
LinkButton |
|
|
Improve this Doc
View Source
cmdHelp
Declaration
protected HyperLink cmdHelp
Field Value
Type |
Description |
HyperLink |
|
|
Improve this Doc
View Source
helpFrame
Declaration
protected Literal helpFrame
Field Value
|
Improve this Doc
View Source
lblHelp
Declaration
Field Value
|
Improve this Doc
View Source
lblInfo
Declaration
Field Value
Methods
|
Improve this Doc
View Source
cmdCancel_Click(Object, EventArgs)
cmdCancel_Click runs when the cancel Button is clicked.
Declaration
protected void cmdCancel_Click(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
EventArgs |
e |
|
|
Improve this Doc
View Source
OnLoad(EventArgs)
Page_Load runs when the control is loaded.
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type |
Name |
Description |
EventArgs |
e |
|
Overrides
Implements
Extension Methods