Microsoft SDK for Java

ListBox.getColumnWidth

Retrieves a value indicating the current width of each column in a multicolumn list box.

Syntax

public final int getColumnWidth()

Return Value

Returns the width, in pixels, of each column in the list box.

Remarks

A return value of zero (0) indicates that Windows assigns a default width to each column.

See Also   setColumnWidth

© 1999 Microsoft Corporation. All rights reserved. Terms of use.