MenuItem.ColumnIndex

Syntax

ColumnIndex: Number

Description

The ColumnIndex property sets the column index in the sprite.

Comments

The property is used when a sprite is set for the menu (a set of icons in a single graphic file).

Sprite icons are located in the left part of the menu.

Use theRowIndex property to set the index of the icon row in the sprite.

NOTE. The property is relevant when the Menu.ShowIcons property is set to True.

Example

The property use is given in the description of the Menu.ImageList property.

See also:

MenuItem