ComboBox

Inherits Control

Implements a text box combined with a popup list box.

This class is creatable.

DIM hComboBox AS ComboBox

hComboBox = NEW ComboBox ( Parent AS Container )

Creates a new ComboBox control.

This class acts like a read-only array.

DIM hComboBox AS ComboBox
DIM hComboBoxItem AS .ComboBoxItem

hComboBoxItem = hComboBox [ Index AS Integer ]

Returns a combo-box item from its index.

Properties  Methods  Events 
BackColor  Background  Contents  Count  Current  Cursor  Design  Drop  Enabled  Font  ForeColor  Foreground  H  Handle  Height  Id  Index  Left  Length  List  MaxLength  Mouse  Parent  Password  Pos  ReadOnly  ScreenX  ScreenY  Selection  Sorted  Tag  Text  ToolTip  Top  Visible  W  Width  Window  X  Y    Add  Clear  Delete  Drag  Find  Grab  Hide  Insert  Lower  Move  Raise  Refresh  Remove  Resize  SetFocus  Show    Activate  Change  Click  DblClick  Delete  Drag  DragMove  Drop  Enter  GotFocus  KeyPress  KeyRelease  Leave  LostFocus  Menu  MouseDown  MouseMove  MouseUp  MouseWheel