BBjCheckableMenuItem::setSelected
Description
Sets whether the BBjCheckableMenuItem check is selected.
Syntax
| 
                                                             Return Value  | 
                                                        
                                                             Method  | 
                                                    
|---|---|
| 
                                                             void  | 
                                                        
                                                             setSelected(boolean selected)  | 
                                                    
Parameters
| 
                                                             Parameter  | 
                                                        
                                                             Description  | 
                                                    
|---|---|
| 
                                                             selected  | 
                                                        
                                                             Sets whether the BBjCheckableMenuItem check is selected. 0 = Not selected 1 = Selected  | 
                                                    
Return Value
None.
Remarks
The menu item must be checkable in order to set the check selected.
Example
                                                     | 
                                                
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.