BBjFileChooser::setControlButtonsAreShown
Description
In BBj 7.00 and higher, use this method to determine whether the [OK] and [Cancel] buttons of the BBjFileChooser are visible to the user.
Syntax
Return Value |
Method |
void |
setControlButtonsAreShown(boolean visible) |
Parameters
Variable |
Description |
visible |
Non-zero if visible, zero if not. |
Return Value
None.
Example
See Also
BBjFileChooser::getControlButtonsAreShown
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.