BBjTabCtrl::setCloseable
Description
In BBj 16.00 and higher, this method sets whether the BBjTabCtrl should show close buttons on tabs.
Syntax
Return Value |
Method |
void |
setCloseable(boolean closeable) |
Parameters
Variable |
Description |
closeable |
Specifies whether the BBjTabCtrl should show close buttons on tabs. 0 = Don't show close buttons (default). 1 = Show close buttons. |
Return Value
None.
Remarks
Clicking the close button fires an ON_TAB_CLOSE_EVENT, which the program is free to honor or ignore. By default, the BBjTabCtrl does not show close buttons on tabs.
Example
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.