BBjFileChooser::setAcceptAllFileFilterUsed
Description
In BBj 7.00 and higher, use this BBjFileChooser method to display or avoid displaying the "All Files" filter.
Syntax
Return Value |
Method |
void |
setAcceptAllFileFilterUsed(boolean use) |
Parameters
Variable |
Description |
use |
Non-zero if the user should see the "All Files" filter, zero otherwise. |
Return Value
None.
Example
See Also
BBjFileChooser::isAcceptAllFileFilterUsed
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.