WebTabItem Properties
| Name | Description Gets or sets the name of the WebTabItem ValueType String Default Value |
| CaptionDisplayMode | Description Gets or sets the CaptionDisplayMode for WebTabItem ValueType DisplayMode Default Value |
| ImageAlignment | Description The alignment of image in this WebTabItem ValueType String Default Value |
| IsEnabled | Description Gets or sets a value indicating whether the WebTabItem can respond to user interaction ValueType boolean Default Value true |
| IsSeparator | Description Gets or sets a value indicating whether the WebTabItem is a separator ValueType boolean Default Value true |
| Text | Description Gets or sets the text to display on the WebTabItem ValueType String Default Value |
| Image | Description Gets or sets the image inside WebTabItem ValueType object ( Image ) Default Value |
| Index | Description Gets the index of the WebTabItem ValueType integer Default Value |
| ToolTip | Description Gets or sets the tooltip for the WebTabItem ValueType String Default Value |
| ContentMode | Description Gets or sets the ContentMode of WebTabItem ValueType Default Value |
| ContentURL | Description Gets or sets the ContentURL of the WebTabItem ValueType String Default Value |
| AllowClose | Description When this property is set to true, there will be a close button at the right most of the Tab ValueType boolean Default Value true |
| InProgressText | Description Specifies the text that will be displayed when the specific WebTabItem is in progress processing request ValueType String Default Value |
| Collection | Description Gets the collection of WebTabItem ValueType WebTabItem[] Default Value |
| IFrameLoaded | Description Gets or sets a value indicating whether content of the IFrame has been successfully loaded into WebTabItem ValueType boolean Default Value false |
| IsClosed | Description Gets or sets the status of the WebTabItem ValueType boolean Default Value false |
WebTabItem Methods
| Enable | Description Enable the WebTab control Parameters Remarks
Return Value
Samples |
| Disable | Description Disable the WebTab control Parameters Remarks
Return Value
Samples |
| Close | Description Close the WebTab control Parameters Remarks
Return Value
Samples |
| GetElement | Description Gets the HTML element from current WebTab object Parameters Remarks
Return Value
Samples |
| GetInnerTableElement | Description Gets the HTML Inner Table element of the WebTab Parameters Remarks
Return Value
Samples |
| GetLeftImageElement | Description Gets the HTML Left Image element of the WebTab Parameters Remarks
Return Value
Samples |
| GetCenterImageCellElement | Description Gets the HTML Center Image element of the WebTab Parameters Remarks
Return Value
Samples |
| GetRightImageElement | Description Gets the HTML Right Image element of the WebTab Parameters Remarks
Return Value
Samples |
| GetDivElement |
Description
Return Value
Samples |
| IsActiveTab | Description Gets the value indicating whether this TabItem is the active tab Parameters Remarks
|
| SetActive | Description Sets this TabItem to become the active tab item Parameters Remarks
|
| SetCaption | Description Sets the caption text of this WebTabItem Parameters
Remarks
|
| SetImage | Description Sets the image of this WebTabItem's header Parameters
Remarks
|
| SetContentURL | Description Sets the content's URL of this WebTabItem Parameters
Remarks The ContentMode of the WebTabItem must be set to UseIFrame in order for this method to take affect.
|
| IsFirstItem |
Description
|
| IsLastItem |
Description
|
| GetTabPageElement |
Description
Return Value
Samples |
| GetTabPageIFrameElement |
Description
Return Value
Samples |
| LoadContent |
Description
Return Value
Samples |
| GetInProgressText |
Description
Return Value
Samples |
| ScrollIntoView |
Description Scroll this WebTabItem into visible view. This method is useful when the WebTab is using AllowScrolling feature.
Return Value
Samples |