Intersoft WebDesktop Documentation
WebTab
Send Feedback
Intersoft WebDesktop > Client-side References > WebTab

Glossary Item Box

 WebTab Properties

ActiveTabIndex Description
Gets or sets the active WebTab index.

ValueType
Integer

Default Value
0
TabPages Description
Gets the collection of WebTab pages in this WebTab control.

ValueType
WebTab[]

Default Value

ActiveTab Description
Gets or sets the active WebTab object.

ValueType
WebTab object

Default Value

ClientID Description
Gets the server control identifier generated by ASP.NET.

ValueType
String

Default Value
The server control identifier generated by ASP.NET
ID Description
Gets or sets the programmatic identifier assigned to the WebTab control.

ValueType
String

Default Value
The programmatic identifier assigned to the control
RenderMode Description
Gets or sets the active WebExplorerPane index.

ValueType
String

Default Value

 WebTab Methods

GetContainerBorderWidth

Description
Gets the container's border width

Parameters

Remarks


Return Value

unit (Container's border's width)

Samples

 

GetHeaderTableElement

Description
Gets the HTML table element of WebTab's header part

Parameters

Remarks


Return Value

object ( HTML element)

Samples

 

GetTabContentDivElement

Description
Gets the HTML content div element of WebTab

Parameters

Remarks


Return Value

object ( HTML element)

Samples

 

GetTabItemNormalStyle

Description
Gets the tab item's normal style

Parameters

Remarks


Return Value


Samples


 

GetIFrameWindow Description
Get the IFrameWindow of the WebTab object

Parameters
name ( String )
The name of IFrameWindow that you want to get.

Remarks


Return Value

object ( Window)

Samples
 
GetScrollCellElement

Description
Gets the HTML ScrollCell element of the WebTab

Parameters

Remarks


Return Value

object ( HTML element)

Samples
 
GetScrollLeftButtonElement

Description
Gets the HTML ScrollLeftButton element of the WebTab

Parameters

Remarks


Return Value

object ( HTML element)

Samples
 
GetScrollRightButtonElement

Description
Gets the HTML ScrollRighttButton element of the WebTab

Parameters

Remarks


Return Value

object ( HTML element)

Samples
 
GetCloseButtonElement

Description
Gets the HTML CloseButton element of the WebTab

Parameters

Remarks


Return Value

object ( HTML element)

Samples
 
GetActiveTab

Description
Gets the active WebTab object

Parameters

Remarks


Return Value

WebTab object

Samples
 
AddNewTabItem Description
Add a new tab item which has properties based on the parameters

Parameters
name ( String )
The name of the new TabItem
captionText ( String )
The caption text of the new TabItem
imagePath ( String )
The imagePath of the new TabItem
contentURL ( String )
The contentURL of the new TabItem
setActive ( boolean )
The active status of the new TabItem

Remarks

 

Return Value

 

Samples

 
© 2012 Intersoft Solutions Corp. All Rights Reserved.