Skip to main content

TdxBarManager.LargeButtonArrowWidth Property

Specifies the width of dropdown buttons which belong to the current bar manager’s large buttons in pixels.

Declaration

property LargeButtonArrowWidth: Integer read; write; default dxBarDefaultLargeButtonArrowWidth;

Property Value

Type Default
Integer dxBarDefaultLargeButtonArrowWidth

Remarks

A user can change the default style of a large button via the ButtonStyle property. If the bsDropDown or bsCheckedDropDown value is set to this property a dropdown button is drawn on the right of the button. Use the LargeButtonArrowWidth property to get or set the width of the dropdown buttons which belong to the buttons of the TdxBarLargeButton type.

In the following table a dropdown button with different values for the LargeButtonArrowWidth property is displayed.

Value Image
15
25

When painting, the width of dropdown buttons can be increased or decreased depending upon the bar manager’s style. Get the actual width of dropdown buttons using a painter’s RealLargeButtonArrowWidth class function.

Note

The assigned value must be more than 2.

The default value of the LargeButtonArrowWidth property is specified by the dxBarDefaultLargeButtonArrowWidth constant.

See Also