BBjTabCtrl::setToolTipTextAt
Description
In BBj 14.00 and higher, this method sets the tooltip text for a tab in the BBjTabCtrl.
Syntax
| 
                                                         Return Value  | 
                                                    
                                                         Method  | 
                                                
| 
                                                         void  | 
                                                    
                                                         setToolTipTextAt(int index, string toolTipText)  | 
                                                
Parameters
| 
                                                         Variable  | 
                                                    
                                                         Description  | 
                                                
| 
                                                         index  | 
                                                    
                                                         Specifies the 0-based index of the tab.  | 
                                                
| 
                                                         toolTipText  | 
                                                    
                                                         Specifies the tool tip text to be set on the tab.  | 
                                                
Return Value
None.
Example
                                                     | 
                                                
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.