Enabled Property (AWTMenuItem)

Action

Gets whether the menu item is enabled.

Syntax

C#
protected Boolean Enabled { get; }
VB
'Declaration
Protected Read Property Enabled As Boolean

Access

Read only.

Examples

VB

Dim isEnabled As Boolean = openFileMenuItem.Enabled