MindFusion.UI for WebForms Programmer's Guide

TabPage Members

Fields Methods
 


Represents a tab within a TabControl.

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

 Public Fields

  Name Description

Dom

An object, which keeps references to various Dom elements, part of the control's structure

parent

The parent TabControl of this TabPage

 Public Methods

  Name Description

dispose

Sys.UI.Control.dispose override.

get_imageUrl

Gets the URL of the image that will be displayed in the tab's header.

get_navigateUrl

Gets the URL of the web page that will be loaded in the control.

get_title

Gets the title text of this TabPage.

get_tooltip

Gets the tooltip text displayed by this TabPage's header.

get_useFrameTitle

Gets a value indicating whether the window will display the title of its content iframe.

initialize

Sys.UI.Control.initialize override.

refresh

Reloads the inner iframe.

select

Selects the tab.

set_imageUrl

Sets the URL of the image that will be displayed in the tab's header.

set_navigateUrl

Sets the URL of the web page that will be loaded in the control.

set_title

Sets the title text of this TabPage.

set_tooltip

Sets the tooltip text displayed by this TabPage's header.

set_useFrameTitle

Sets a value indicating whether the window will display the title of its content iframe.

 See Also