Important: The information in this document is obsolete and should not be used for new development.
Edit Menu Items Structure
TheMenuItemInfo
structure is contained in thePickerDialogInfo
(page 2-24),SystemDialogInfo
(page 2-23), andApplicationDialogInfo
structures (page 2-25); it allows your application to specify your Edit menu for use when a color picker dialog box is displayed.
typedef struct MenuItemInfo { short editMenuID; /* resource ID of the edit menu */ short cutItem; /* item number of Cut command */ short copyItem; /* item number of Copy command */ short pasteItem; /* item number of Paste command */ short clearItem; /* item number of Clear command */ short undoItem; /* item number of Undo command */ } MenuItemInfo;