BBjTabCtrl::setSelectedIndex
Description
Sets a tab in the BBjTabCtrl to be selected.
Syntax
| Return Value | Method |
|---|---|
| void | setSelectedIndex(int index) |
| void | setSelectedIndex(int index, boolean fireEvents) |
Parameters
| Parameter | Description |
|---|---|
| index | Specifies the 0-based index of the tab to be selected. |
| fireEvents | In BBj 24.21 and higher, this optional boolean parameter specifies whether the BBjTabCtrl should fire tab selection events. If not specified, the default is true. |
Return Value
None.
Example
|
Version History
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.