klyn.gui.windows.MenuItem.isEnabled
property
public property isEnabled as Boolean = true
Description

Whether the entry can be selected and activated.

item = MenuItem("Paste")
item.isEnabled = false