ButtonRows property (TAnnMenu)

C++ Builder example

Delphi example

 

Builder Syntax

int ButtonRows

Delphi Syntax

ButtonRows: Integer

Overview

Refer to Annotation Toolbar

Remarks

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

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

ButtonColumns = (ButtonCount + ButtonRows – 1) / ButtonRows

See Also

Elements

AutoSetTool property, ButtonBitmapDown property, ButtonBitmapUp property, ButtonColumns property,ButtonCount property, ButtonMenuText property, ButtonMenuTextID property, ButtonMenuTool 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