ButtonColumns property (TAnnMenu)

C++ Builder example

Delphi example

 

Builder Syntax

int ButtonColumns

Delphi Syntax

ButtonColumns: Integer

Overview

Refer to Annotation Toolbar

Remarks

(Document/Medical only) Number of the columns in the Toolbar. The buttons in the toolbar are ordered left to right and top to bottom.

If the number of columns is changed, the number of rows is adjusted accordingly. The relationship between rows and columns is given by the following equation:

ButtonRows = (ButtonCount + ButtonColumns – 1) / ButtonColumns

See Also

Elements

AutoSetTool property, ButtonBitmapDown property, ButtonBitmapUp property, ButtonCount property,ButtonMenuText property, ButtonMenuTextID property, ButtonMenuTool property, ButtonRows property, ButtonTool property, ButtonToolCount property, ButtonToolTipText property, ButtonToolTipTextID property, ButtonVisible property, CreateTB method, h_Wnd property, Tool property, Visible property

Topics

Annotations (Document/Medical only): Automation