HelpButtonControl is a user control that provides all the server code to display
field level help button.
Namespace: DotNetNuke.UI.UserControlsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public abstract class HelpButtonControl : UserControl |
Visual Basic |
---|
Public MustInherit Class HelpButtonControl Inherits UserControl |
Remarks
To implement help, the control uses the ClientAPI interface. In particular
the javascript function __dnn_Help_OnClick()
Inheritance Hierarchy
System..::..Object
System.Web.UI..::..Control
System.Web.UI..::..TemplateControl
System.Web.UI..::..UserControl
DotNetNuke.UI.UserControls..::..HelpButtonControl
System.Web.UI..::..Control
System.Web.UI..::..TemplateControl
System.Web.UI..::..UserControl
DotNetNuke.UI.UserControls..::..HelpButtonControl