TdxBarApplicationMenuButton.Width Property
Specifies the button’s width (in pixels).
Declaration
property Width: Integer read; write; default 0;
Property Value
Type | Default |
---|---|
Integer | 0 |
Remarks
You can use this property to equalize button widths or narrow buttons to display only images. If this property is set to 0, the button’s width is calculated automatically to fit both image and text.
The default value of the Width property is 0.
See Also