BBjFileChooser::setControlButtonsAreShown

Description

In BBj 7.0 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.

Remarks

None.

Example

See Also

BBjAPI

BBjSysGui

BBjWindow

BBjFileChooser

BBjFileChooser::getControlButtonsAreShown

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.