BCGSoft.Controls.TabStrip Namespace : TabItem Class |
'Declaration Public Class TabItem Inherits System.ComponentModel.Component
'Usage Dim instance As TabItem
public class TabItem : System.ComponentModel.Component
public __gc class TabItem : public System.ComponentModel.Component
public ref class TabItem : public System.ComponentModel.Component
Tabitems are stored at the TabItemCollection class and item by It’s index in collection you can get using the property TabCollection of the Tabstrip or TabControlEx. If you want to find a tab item on the tab strip nearest the specified point you should call the method TabItemFromPoint from the tabstrip class. The text and images displayed on the tab item represent properties Label, ImageLeft, ImageRight. Property TransparentColor gets or sets the color to treat as transparent. The control associated with an item gets and sets the property RelatedControl. Property Selected gets or sets a value indicating whether the tab is in a selected user interface (UI) state.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
BCGSoft.Controls.TabStrip.TabItem
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2