Table of Contents

Class TabPage

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Represents a single tab page in a TabControl.

[ControlCategory("Hidden")]
public class TabPage : ContainerControl, IBaseObject, IDisposableObject, 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()

Initializes a new instance of 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.

ToString()
UpdatePageIndexes(Collection<TabPage>, int)

Updates tabpage indexes starting from the specified index.