< Futurebasic < Language < Reference

DEF CHECKONEITEM Statement

DEF CHECKONEITEM

Statement

✔ Appearance ✔ Standard ✔ Console

Syntax

DEF CHECKONEITEM(menuID%, itemID%)

Description

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

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

Note

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

See Also

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

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.