バージョン

IsFixedSize プロパティ

Tabs コレクションがサイズ変更できる場合にFalseを返します。 (参照のみ)。
シンタックス
'宣言
 
Public ReadOnly Property IsFixedSize As Boolean
public bool IsFixedSize {get;}
解説

IsFixedSize は、タブ コレクションがサイズ変更できるかどうかを示します。

If UltraTabControlBase4.Tabs.IsFixedSize = False Then UltraTabControlBase4.Tabs.Add()

参照