TabCount プロパティ (JTabbedPane)

クラス

JTabbedPane.

処理

[読み取り専用] タブの数。

構文

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

アクセス

読み取り専用。

VB

Dim tabCount As Integer = tabbedPane.TabCount