Futurebasic/Language/Reference/def checkoneitem

DEF CHECKONEITEM Statement edit

DEF CHECKONEITEM edit

Statement edit

✔ Appearance ✔ Standard ✔ Console

Syntax edit

DEF CHECKONEITEM(menuID%, itemID%)

Description edit

Places a checkmark next to the specified item in the specified menu, and unchecks all other items in that menu. The menu ID number is assigned by the MENU statement, or by a Toolbox routine that creates the menu, or by the resource that defines the menu. The item ID corresponds to the item's position in the menu (the item just under the menu title is item #1). Note that gray "dividing lines" in menus are also counted as menu items.

Use an itemID% value of zero to uncheck all items in the menu.

Example edit

image res/cd.gif CD Example: DEF CHECKONEITEM.BAS

Note edit

Do not set itemID% to a menu item which has a hierarchical submenu attached to it.

See Also edit

MENU statement; SETITEMMARK Toolbox routine: http://developer.apple.com/documentation/mac/Toolbox/Toolbox-157.html