| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
These values are used to specify the properties of a menu item. More...
| Variables | |
| const short | CHECKABLE = 1 | 
| specifies an item which can be checked independently. | |
| const short | RADIOCHECK = 2 | 
| specifies an item which can be checked dependent on the neighbouring items. | |
| const short | AUTOCHECK = 4 | 
| specifies to check this item automatically on select. | |
These values are used to specify the properties of a menu item.
| const short AUTOCHECK = 4 | 
specifies to check this item automatically on select.
| const short CHECKABLE = 1 | 
specifies an item which can be checked independently.
| const short RADIOCHECK = 2 | 
specifies an item which can be checked dependent on the neighbouring items.