Skip to main content

TCustomdxBarControl.MenuArrowHeight Property

Determines the arrow button’s height - in pixels.

Declaration

property MenuArrowHeight: Integer read;

Property Value

Type
Integer

Remarks

An arrow button can be displayed on an item control (representing a submenu), a drop-down button and other similar controls. For instance, the arrow button is drawn when the submenu is placed on another submenu. The MenuArrowHeight property returns the height of the item control’s arrow button belonging to the current toolbar control. Its value depends upon font size, and cannot be less than 4 pixels.

See Also