TCustomdxBarControl.MenuArrowWidth Property
Determines the arrow button’s width - in pixels.
Declaration
property MenuArrowWidth: 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 MenuArrowWidth property returns the width of the item control’s arrow button belonging to the current toolbar control. Its value depends upon font size, and is changed automatically when the font is changed.
See Also