SETHORIZEXTENT |
Top Previous Next |
Syntax SETHORIZEXTENT(win as WINDOW,id as INT,width as INT) Description Sets the amount a list box or the list box portion of a combo box can be scrolled horizontally. Parameters win - Window or dialog containing the list box or combo box. id - Identifier of control. width - Width in pixels Return value None Remarks Control must have been created with the @HSCROLL style. Example usage SETHORIZEXTENT mywnd, 1, 100 |