TabCount Property (JTabbedPane)

Class

JTabbedPane.

Action

Gets the number of tabs.

Syntax

C#
protected Integer TabCount { get; }
VB
'Declaration
Protected Read Property TabCount As Integer

Access

Read only.

Examples

VB

Dim tabCount As Integer = tabbedPane.TabCount