public property isEnabled as Boolean = true
Whether the entry can be selected and activated.
item = MenuItem("Paste") item.isEnabled = false