Version

GetNextTab Method

Returns the next visible tab. If there are no more visible tabs within the TabGroup, the first tab from the next MdiTabGroup will be returned.
Syntax
'Declaration
 
Public Function GetNextTab( _
   ByVal wrap As Boolean _
) As MdiTab
public MdiTab GetNextTab( 
   bool wrap
)

Parameters

wrap
If true and this is the last visible tab in the last MdiTabGroup, the first MdiTab in the first MdiTabGroup will be returned; otherwise null is returned.

Return Value

The next visible tab, either within this TabGroup or within the next MdiTabGroup.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also