ButtonColumns property (ILEADRasterAnnToolBar)
short ButtonColumns | |
Overview |
Refer to Annotation Toolbar. |
Remarks
Number of columns in the toolbar. The buttons in the toolbar are ordered left to right and top to bottom.
If you change the number of columns, 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