ITab Interface
A single tab item belonging to a standard Window tab control.

C# Syntax

public interface ITab 
Public Properties
 NameDescription
PropertyIsSelectedIndicates whether the tab item is selected.  
PropertyTextThe text of the tab item.  
Top