BBjFileChooser::cancelSelection

Description

In BBj 7.0 and higher, invoke this method to programmatically depress the BBjFileChooser's [Cancel] button.

Syntax

Return Value

Method

void

cancelSelection()

Parameters

None.

Return Value

None.

Remarks

Although this is a programmatic action, invoking this method will cause the BBjFileChooser to dispatch an ON_FILECHOOSER_CANCEL event. Use this to synthesize depressing the [Cancel] button.

Example

See Also

BBjAPI

BBjSysGui

BBjWindow

BBjFileChooser

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