<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > MENUs > MENU SET TEXT |
Description
Set the text associated with a given menu item.
Syntax
MENU SET TEXT hMenu, [BYCMD] Position, Txt
Returns
None
Parameters
Name |
Type |
Optional |
Meaning |
hMenu |
Number |
No |
Handle of the menu containing the item to check. |
Position |
Number |
No |
Position within the menu of the menu item to examine. If the BYCMD option is specified, Position specifies the unique menu item identifier of the item to examine. Otherwise, Position indicates the physical position of the menu item within the menu, where Position = 1 for the first position, Position = 2 for the second position, and so on. |
Txt |
Variable |
No |
A string variable that will receive the item text. |
Remarks
Restrictions
See also
Examples