Visual Basic
C#
Managed Extensions for C++
C++/CLI
Parameters
- tool
- A Tool enumeration value associated to the menu.
- topMenuId
- An integer value which represents the top-level menu ID.
- subMenuId
- An integer value which represents the sub-level menu ID.
- isChecked
- A boolean value which is true to check visible next to the item and false to not have a check visible next to the item.
- exclusive
- A boolean value which is true when the item is checked and all other items on the same menu level are not checked. If this parameter is false and the item is checked, the other items on the same menu level can be checked as well.