Method XbpCombobox():sleSize() Foundation
Returns the size of the SLE part of the Combobox.
:sleSize( [<aSize>] ) >= <aOldSize>
This method returns an array of two elements: { nXsize, nYsize }. This array contains the x and y dimensions of the SLE part of the combobox.
The :sleSize() method returns the size of the SLE part of the combobox in pixels. To change the size of the Sle part, assign an array to parameter <aSize> in :sleSize(). Changing the size of the edit component is supported only for combo boxes of type XBPCOMBO_DROPDOWN and XBPCOMBO_DROPDOWNLIST.
The width of the edit component is defined by the system depending on the overall object width, and cannot be changed. Element <nXSize> of the array in parameter <aSize> is ignored.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.