TabItems Property (SWTTabControl)

Action

Gets a list of TabItems in the tab control.

Syntax

C#
protected List(Of SWTTabItem) TabItems { get; }
VB
'Declaration
Protected Read Property TabItems As List(Of SWTTabItem)

Access

Read only.