IRibbonPaletteButton.ColumnCount

Syntax

ColumnCount: Boolean;

Description

The ColumnCount property determines the number of columns, in which the set of main graphic buttons is placed.

Comments

The property is set to 0 by default, the buttons are placed in one column horizontally. When they reach limit by length specified for the drop-down menu, the buttons are moved to the next row.

When using columns, only one graphic button is placed in each separate column. Columns are arranged in row carrying over to the next string.

Example

The example of use is given in description of the ButtonMode property.

See also:

IRibbonPaletteButton