property Editor.ButtonWidth as Long
Retrieves or sets a value that indicates the button's width.

TypeDescription
Long A long expression that indicates the button's width in pixels.

By default, the ButtonWidth property is GetSystemMetrics( SM_CXHSCROLL ). The GetSystemMetrics function retrieves various system metrics (widths and heights of display elements) and system configuration settings. Use the ButtonWidth property to specify the width for all buttons. Use the DropDownVisible to show or hide the drop down button. If the ButtonWidth property is 0, no buttons are displayed ( including the drop down button ).