SETLBCOLWIDTH |
Top Previous Next |
Syntax SETLBCOLWIDTH(win as WINDOW,id as INT,width as INT) Description Sets the width in pixels of columns in a multi-column list box. A multi-column list box has fixed column widths. Parameters win - Window or dialog containing the control. id - Identifier of the control. width - New column width in pixels. Return value None Remarks None Example usage SETLBCOLWIDTH win, 7, 50 |