Class TabPage
Represents a single tab page in a TabControl.
[ControlCategory("Hidden")]
public class TabPage : ContainerControl, IBaseObjectWithAttr, IBaseObjectWithId, INotifyPropertyChanged, IDisposableObject, IBaseObject, ISupportInitialize, IFocusable, ITextProperty, IComponent, IControl, IDisposable, IWin32Window, INotifyDataErrorInfo- Inheritance
- 
      
      
      
      
      
      
      
      
      
      
      
      
      
      TabPage
- Implements
Remarks
TabPage controls represent the tabbed pages in a TabControl control. The tabs in a TabControl are part of the TabControl but not parts of the individual TabPage controls.
Constructors
- TabPage(Control, string?)
- Initializes a new instance of the TabPage class. 
- TabPage(string?)
- Initializes a new instance of TabPage class with the specified title. 
Properties
- ControlKind
- Returns control identifier. 
- Index
- Gets the zero-based index of the page within the TabControl control, or null if the item is not associated with a TabControl control. 
Methods
- SetPageIndexInternal(TabPage, int?)
- Do not use this method. 
- UpdatePageIndexes(BaseCollection<TabPage>, int)
- Updates tabpage indexes starting from the specified index.