Microsoft SDK for Java

DhListBox Class

Implements an HTML list box control.

Component 
  | 
  +--DhStyleBase 
     | 
     +--DhElement 
        | 
        +--DhBaseContainer 
           | 
           +--DhSelectBox 
              | 
              +--DhListBox

package com.ms.wfc.html

public class DhListBox
extends
DhSelectBox

Remarks

This class manages adding, removing, and selecting items, as well as scrolling. The list box control can be used within a form (see DhForm) to transmit data.

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