WindowTabCollection.MoveTab(WindowTab, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Moves the specified window tab to a new location in the collection.
public:
virtual void MoveTab(WindowTab ^ tab, unsigned int index) = MoveTab;
void MoveTab(WindowTab const& tab, uint32_t const& index);
public void MoveTab(WindowTab tab, uint index);
function moveTab(tab, index)
Public Sub MoveTab (tab As WindowTab, index As UInteger)
Parameters
- tab
- WindowTab
The window tab to move.
- index
-
UInt32
unsigned int
uint32_t
The zero-based index that specifies the new location of the item.
Remarks
Important
This API is for Win32 desktop apps only. UWP and other app types are not supported.