PWB Extensions Help (ext.hlp) (Table of Contents; Topic list)
SetPwbMenuItemTitle
                                             Up Contents Index Back
─────PWB Extensions─────────────────────────────────────────────────────────
 
  Syntax:  flagType SetPwbMenuItemTitle( WORD idItem, char far *Title );
 
  Returns: True when title successfully set, otherwise false.
 
  See:     CheckPwbMenuItem, EnablePwbMenuItem, IdAddPwbMenuItem,
           IdFindPwbMenuItem, RecordPwbMenuItem, SetPwbMenuItemTitle,
           SetPwbMenuItemCommand
 
     SetPwbMenuItemTitle sets the title of a menu item.
 
     Argument   Description
 
     <idItem>   ID of the menu item.
 
     <Title>    Title for the specified menu item. To specify an access
                key, precede the character to be highlighted with a
                tilde (~).
                                    -♦-