Click or drag to resize

TabControlTabPages Property

Gets the collection of tab pages in this tab control.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public TabControlTabPageCollection TabPages { get; }

Property Value

Type: TabControlTabPageCollection
A TabControlTabPageCollection that contains the TabPage objects in this TabControl.
See Also