Class HelpButtonControl
Implements
Inherited Members
Namespace: DotNetNuke.UI.UserControls
Assembly: DotNetNuke.dll
Syntax
public abstract class HelpButtonControl : UserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Constructors
HelpButtonControl()
Declaration
protected HelpButtonControl()
Fields
cmdHelp
Declaration
protected LinkButton cmdHelp
Field Value
Type | Description |
---|---|
LinkButton |
imgHelp
Declaration
protected Image imgHelp
Field Value
Type | Description |
---|---|
Image |
lblHelp
Declaration
protected Label lblHelp
Field Value
Type | Description |
---|---|
Label |
pnlHelp
Declaration
protected Panel pnlHelp
Field Value
Type | Description |
---|---|
Panel |
Properties
ControlName
Declaration
public string ControlName { get; set; }
Property Value
Type | Description |
---|---|
string |
HelpKey
Declaration
public string HelpKey { get; set; }
Property Value
Type | Description |
---|---|
string |
HelpText
Declaration
public string HelpText { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceKey
Declaration
public string ResourceKey { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |
Overrides
cmdHelp_Click(object, EventArgs)
Declaration
protected void cmdHelp_Click(object sender, EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
object | sender | |
EventArgs | e |