BBjTabCtrl::isEnabledAt
Description
Returns whether a tab is enabled in the BBjTabCtrl.
Syntax
Return Value |
Method |
boolean |
isEnabledAt(int index) |
Parameters
Variable |
Description |
index |
Specifies the 0-based index of tab. |
Return Value
Returns whether the tab is enabled (0 = Not Enabled, 1 = Enabled).
Remarks
By default, the tabs are enabled.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.