tabctrl.curSel Property
tabctrl.curSel = varItem;
strTab = tabctrl.curSel;
Selects the specified tab item or retrieves the text of the one current selected.
Parameters
- varItem
-
Required. Either an integer as the zero-based index of the tab item
or a string containing the tab text. The string can be a
regular expression.
See also
tabctrl Overview | tabctrl.count
 
© 2003 Lightweight Technologies. All rights reserved.