Menu.ShowIcons

Syntax

ShowIcons: Boolean

Description

The ShowIcons property determines whether the left part of the icons menu is shown.

Comments

If the value is set to False, left menu for showing the icons is hidden. By default the property is set to True.

The MenuItem.setShowIcon method determines whether the icon is displayed for a menu item.

Example

The property use is given in description of the MenuItem.CheckedChanged event.

See also:

Menu