BBjColorChooser::setControlButtonsAreShown
Description
In BBj 7.00 and higher, this method will show or hide the BBjColorChooser's [OK] and [Cancel] buttons.
Syntax
| 
                                                         Return Value  | 
                                                    
                                                         Method  | 
                                                
| 
                                                         void  | 
                                                    
                                                         setControlButtonsAreShown(boolean show)  | 
                                                
Parameters
| 
                                                         Variable  | 
                                                    
                                                         Description  | 
                                                
| 
                                                         show  | 
                                                    
                                                         True, if the preview panel should be visible; otherwise, false.  | 
                                                
Return Value
None.
Remarks
This can be used when using the BBjColorChooser in a palette-like window instead of as a dialog.
Example
                                                     | 
                                                
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.