Version

GetPreviousTab Method

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

Parameters

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

Return Value

The previous visible tab, either within this TabGroup or within the previous 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