BCGControlBar Library for .NET
RepositionTabItem Method




The index of the tab item to change a position.
The index to set for the tab item as new.
Changes the position of the tab item in tab items' collection  from the index specified by parameter "itemOrg" to the position specified by parameter "itemDest". Called by the framework on swapping tab items.
Syntax
'Declaration
 
Public Sub RepositionTabItem( _
   ByVal itemOrg As Integer, _
   ByVal itemDest As Integer _
) 
'Usage
 
Dim instance As TabStrip
Dim itemOrg As Integer
Dim itemDest As Integer
 
instance.RepositionTabItem(itemOrg, itemDest)
public void RepositionTabItem( 
   int itemOrg,
   int itemDest
)
public: void RepositionTabItem( 
   int itemOrg,
   int itemDest
) 
public:
void RepositionTabItem( 
   int itemOrg,
   int itemDest
) 

Parameters

itemOrg
The index of the tab item to change a position.
itemDest
The index to set for the tab item as new.
Requirements

Target Platforms: 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

Reference

TabStrip Class
TabStrip Members

Send Feedback