Class Help
Implements
Inherited Members
Namespace: DotNetNuke.UI.UserControls
Assembly: DotNetNuke.dll
Syntax
public abstract class Help : PortalModuleBase, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor, IModuleControl
Constructors
Help()
Declaration
protected Help()
Fields
cmdCancel
Declaration
protected LinkButton cmdCancel
Field Value
Type | Description |
---|---|
LinkButton |
cmdHelp
Declaration
protected HyperLink cmdHelp
Field Value
Type | Description |
---|---|
HyperLink |
helpFrame
Declaration
protected Literal helpFrame
Field Value
Type | Description |
---|---|
Literal |
lblHelp
Declaration
protected Label lblHelp
Field Value
Type | Description |
---|---|
Label |
lblInfo
Declaration
protected Label lblInfo
Field Value
Type | Description |
---|---|
Label |
Methods
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |
Overrides
cmdCancel_Click(object, EventArgs)
Declaration
protected void cmdCancel_Click(object sender, EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
object | sender | |
EventArgs | e |