/
getTabItem

getTabItem

Description

Gets the index of the specified tab for further manipulation.

Functional area

User Window

Command syntax

Syntax

getTabItem userControlID itemIndex

Arguments

NameTypeRequiredComments
itemStringstringnoThe name of the tab to be added
userControlIdintyesID of user window to place the control on.

Flags

None

Return value

string

Examples

// Create a Tab and add and additional tab to the main tab.
int $windowId;
int $mainTab;
 
// First create a User Window to place the Control on
$windowId = `createWindow "MyWindow"`;
 
//create a main tab controller then add a second and third tab
$mainTab = `createTab $windowId "Main" "Second" "Third"`;
int $secondTab = `addTab $mainTab "Fourth"`;
 
//get a print the third tab
string $ThirdTab = `getTabItem $mainTab 2`;
print $ThirdTab;

Additional information

Related commands


© Copyright Vicon Motion Systems. All rights reserved.

Vicon trademarks