MindFusion.UI for WebForms Programmer's Guide

TabPage Members

Constructors Properties Methods
 


Represents a tab page control.

The following tables list the members exposed by the TabPage type.

 Public Constructors

  Name Description

TabPage

Overloaded. Initializes a new instance of the TabPage class.

 Public Properties

  Name Description

ControlLoadedScript

Gets or sets the name of a JavaScript function that should be invoked when the control is loaded.

FrameLoadedScript

Gets or sets the name of a JavaScript function that should be invoked when the content iframe element finishes loading.

HeaderClickScript

Gets or sets the name of a JavaScript function that should be invoked when the user clicks the tab header.

HeaderCssClass

Gets or sets the default CSS class for the header element.

ImageUrl

Gets or sets the URL of the image.

Name

Gets the ID of the control.

Title

Gets or sets the text to be displayed in tab's header.

UseFrameTitle

Gets or sets a value indicating whether the tab page header will display the title of its content iframe.

 Inherited Public Properties

  Name Description

NavigateUrl

Gets or sets the URL of the page that will be loaded in the control. (Inherited from WindowBase.)

Template

Gets or sets the control's template. (Inherited from WindowBase.)

 Protected Methods

  Name Description

LoadFromXml

Loads the control from an XML element.

OnPreRender

Control.OnPreRender override.

Render

Control.Render override.

SaveToXml

Saves the control to the underlying document under the specified name.

 Inherited Protected Methods

  Name Description

CreateChildControls

Control.CreateChildControls override. (Inherited from WindowBase.)

OnDataBinding

Control.OnDataBinding override. (Inherited from WindowBase.)

RenderContent

Renders the content of the control. (Inherited from WindowBase.)

RenderContents

WebControl.RenderContents override. (Inherited from WindowBase.)

 See Also