BBjToolButton::setAlignment
Description
Sets the alignment of the text in the BBjToolButton control.
Syntax
| 
                                                         Return Value  | 
                                                    
                                                         Method  | 
                                                
| 
                                                         void  | 
                                                    
                                                         setAlignment(int align)  | 
                                                
Parameters
| 
                                                         Variable  | 
                                                    
                                                         Description  | 
                                                
| 
                                                         align  | 
                                                    
                                                         Use one of the following constants:  | 
                                                
| 
                                                         
  | 
                                                    
                                                         ALIGN_LEFT ALIGN_RIGHT ALIGN_CENTER  | 
                                                
Return Value
None.
Remarks
The default alignment for the tool button is ALIGN_LEFT.
Example
                                                     | 
                                                
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.