advr.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Checked Property Details
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 [form.]menuitem.Checked[ = boolean%]
 
 Usage Notes
   ■ A check mark cannot be displayed next to a top-level menu item.
 
   ■ You can set the value of this property at run time by writing code in
     any of the following:
     • A startup procedure
     • A Form_Load event procedure
     • A Click event procedure attached to a menu control
     See: Click Event  Load Event