The HelpButton type exposes the following members.

Constructors

  NameDescription
HelpButton
Initializes a new instance of the HelpButton class

Methods

  NameDescription
CreateChildControls
Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
(Overrides Control..::.CreateChildControls()()().)
DataBind
Binds a data source to the invoked server control and all its child controls.
(Overrides Control..::.DataBind()()().)
OnLoad
Raises the Load event.
(Overrides Control..::.OnLoad(EventArgs).)
Render
Sends server control content to a provided HtmlTextWriter object, which writes the content to be rendered on the client.
(Overrides WebControl..::.Render(HtmlTextWriter).)

Properties

  NameDescription
HelpButtonAppearance
Gets or sets the help button appearance.
HelpButtonBehaviour
Gets or sets the help button behaviour.
HelpPageId
Gets or sets the page id.
SubPageId
Gets or sets the sub-page id.

See Also