ButtonColumns property (TAnnMenu)
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