TabRunCount Property (JTabbedPane)

Class

JTabbedPane.

Action

Gets the number of tab runs currently used to display the tabs.

Syntax

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

Access

Read only.

Examples

VB

Dim tabRunCount As Integer = tabbedPane.TabRunCount