<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > MENUs > MENU GET STATE |
Description
Return the state of a specified menu item.
Syntax
MENU GET STATE hMenu, [BYCMD] Position TO State
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. |
State |
Variable |
No |
A numeric variable that will receive the state. Possible values are listed into menu equates. |
Remarks
Restrictions
See also
Examples