Version

TabItem class Members

The following tables list the members exposed by TabItem.

Public Constructors
 NameDescription
Public ConstructorTabItem Constructor  
Public Properties
 NameDescription
Public PropertycontentUrlGets sets name of url used for pane's iframe. Note: set method has effect only if value for ContentUrl was set on server.Name of url (Inherited from Infragistics.Web.UI.LayoutPane)
Public PropertyenableCloseButtonChecks if close button is enabled.If returned value is 0, then WebTab.CloseButton.Enabled property is used. If returned value is 1, then close button is enabled. If returned value is 2, then close button is disabled.  
Public PropertyenabledGets sets enabled state of tab as boolean.True: tab item is enabled  
Public PropertyhiddenGets sets hidden state of tab as boolean.True: tab item is hidden  
Public PropertyiframeGets reference to iframe element located in pane or null. It should be first child in pane. Method may include optional param. If it is true and IFRAME does not exist, then it is created dynamically. (Inherited from Infragistics.Web.UI.LayoutPane)
Public PropertyindexGets index of pane within collection of panes in WebTab as integer.Index in collection of tabs.  
Public PropertykeyGets sets key of tab item.String associated with tab item  
Public PropertyscrollBarsGets sets overflow for pane's content as Number. Value should match with server's ContentOverflow enum.Possible values: 0- visible, 1- auto, 2- scroll, 3- hidden. (Inherited from Infragistics.Web.UI.LayoutPane)
Public PropertyscrollLeftGets sets scroll left of pane's content as Number.Scroll position in pixels. (Inherited from Infragistics.Web.UI.LayoutPane)
Public PropertyscrollTopGets sets scroll top of pane's content as Number.Scroll position in pixels. (Inherited from Infragistics.Web.UI.LayoutPane)
Public PropertytabSizeGets sets size of tab in % or px units as string.Size in units  
Public PropertytextGets sets text displayed on tab as string. Note: when vertical text is enabled, then the set may fail if value contains html tags. Text in tab label  
Public PropertyvisibleIndexGets sets visible index of tab as integer.Visible index.  
Public Methods
 NameDescription
Public MethoddisposeDisposes object and event handlers.  
Public MethodfindChildGets reference to child element from its id. That method also will attempt to search for a child within iframe, if ContentUrl is set or if iframe is first child in pane. (Inherited from Infragistics.Web.UI.LayoutPane)
Public MethodgetBodyThat function is designed for internal usage only (part of LayoutManager). (Inherited from Infragistics.Web.UI.LayoutPane)
Public MethodgetClientHeightThat function is designed for internal usage only (part of LayoutManager). (Inherited from Infragistics.Web.UI.LayoutPane)
Public MethodgetClientWidthThat function is designed for internal usage only (part of LayoutManager). (Inherited from Infragistics.Web.UI.LayoutPane)
Public MethodgetDisplayedTextGets text displayed on tab.  
Public MethodgetImageElemGets reference to html element which renders image.  
Public MethodgetTextElemGets reference to html element which contains text.  
See Also