Name | Value | Description | |||
exCloseOnClick | 0 | The popup menu is closing when the user clicks an item. | |||
exCloseOnDblClick | 1 | The popup menu is closing when the user double clicks an item. | |||
exCloseOnClickOutside | 2 | The popup menu is closing when the user clicks outside of the menu. | |||
exCloseOnNonClickable | 3 |
The popup menu is closing when the user clicks a non-clickable item ( regular
items ).
Here's the list of clickable items:
For instance, clicking a check-box item will makes the check box to change its state instead closing the popup menu. |