ComboBox

Наследует Control

Реализует текстовую панель, скомбинированную с всплывающим списком.

Этот класс создаваемый.

DIM hComboBox AS ComboBox

hComboBox = NEW ComboBox ( Parent AS Container )

Создает новое управление ComboBox.

Этот клас ведет себя подобно массиву только длч чтения.

DIM hComboBox AS ComboBox
DIM hComboBoxItem AS .ComboBoxItem

hComboBoxItem = hComboBox [ Index AS Integer ]

Возвращает раздел комбинированной панели (combo-box) по его индексу.


Properties   Methods   Events  
BackColor  Background  Contents  Count  Current  Cursor  Design  Drop  Enabled  Expand  Font  ForeColor  Foreground  H  Handle  Height  Id  Index  Left  Length  List  MaxLength  Mouse  Next  Parent  Password  Pos  Previous  ReadOnly  ScreenX  ScreenY  Select  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  Drag  DragMove  Drop  Enter  GotFocus  KeyPress  KeyRelease  Leave  LostFocus  Menu  MouseDown  MouseMove  MouseUp  MouseWheel