BCGControlBar Library for .NET
TabItem Class
Members 




Inherits Component class of  System.ComponentModel.Component  namespace.
Implements interfaces System.ComponentModel.INotifyPropertyChanged, System.Runtime.Searialization.ISerializable.
Represents a tab item displayed on the tabstrip.
Object Model
TabItem ClassCommandButton Class
Syntax
'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 
Remarks

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.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         BCGSoft.Controls.TabStrip.TabItem

Requirements

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

See Also

Reference

TabItem Members
BCGSoft.Controls.TabStrip Namespace

Send Feedback