property ExMenu.Enabled as Boolean
Retrieves or sets a value that indicates whether the control is enabled or disabled.

TypeDescription
Boolean A boolean expression that indicates whether the control is enabled or disabled.

Use the Enabled property to disable the control. The Enabled property does not change the control's appearance. Use the ForeColor property to specify the control's foreground color. Use the BackColor property to specify the control's background color. Use the Font property to specify the control's font. Use the Enabled property to disable an item. Use the Visible property to hide or show an item.