PWB Extensions Help (ext.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
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 (~).
                                    -♦-