Uimenu: Style
- Label - A string specifying the text label on the menu item. To specify a mnemonic use the "&" character. Whatever character follows the "&" in the string appears underlined and selects the menu item when you type that character while the menu is visible. The "&" character is not displayed. To display the "&" character in a label, use two "&" characters in the string. (
Label)
- Callback - Commands to execute when a menu item is selected. (
Callback)
- Enable menu item - Determines whether a menu item can be selected. When not checked, the menu label is dimmed, indicating to the user that they cannot select it. (
Enabled)
- Checked mark to left of menu item - Checking this property causes a check to appear next to individual menu items. (
Checked)
- Separator line above menu item - Checking this property creates a dividing line above the menu item. (
Separator)