Items Property (TabControl)

Class

TabControl.

Action

Gets a list of items in the tab control.

Syntax

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

Access

Read only.