BBjTabCtrl::isCloseable
Description
In BBj 16.00 and higher, this method returns whether the BBjTabCtrl should show close buttons on tabs.
Syntax
Return Value |
Method |
boolean |
isCloseable() |
Parameters
None.
Return Value
Returns whether the BBjTabCtrl should show close buttons on tabs.
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.