ItemCount Property
Description
Gets/sets the total number of TabControlItem(s) (tabs) in the TabControl.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property ItemCount() As Long
Remarks
If you choose to create your tabs at design time, you can add or delete the total number of tabs simply by changing the ItemCount value. This will add the specified number of tabs at design time, so no code is needed to add the tabs.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.