Overview | Methods | This Package | All Packages
Creates a DhListBox control.
public DhListBox( )
public DhListBox( int nRows, int selectionMode )
Parameters
nRows
The initial number of visible rows. This must be greater than 1.
selectionMode
A value determining whether the user can select multiple rows. This can be any value in com.ms.wfc.ui.SelectionMode.
Remarks
This default constructor creates a list box control with two visible rows, which allows only single selections.