ListBox

Наследует Control

Это управление реализует список выбираемых текстовых разделов (text items).

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

DIM hListBox AS ListBox

hListBox = NEW ListBox ( Parent AS Container )

Создает новый ListBox.

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

DIM hListBox AS ListBox
DIM hListBoxItem AS .ListBoxItem

hListBoxItem = hListBox [ Index AS Integer ]

Возвращает раздел list-box по его индексу.


Properties   Methods   Events   Constants  
BackColor  Background  Contents  Count  Current  Cursor  Design  Drop  Enabled  Expand  Font  ForeColor  Foreground  H  Handle  Height  Id  Index  Left  List  Mode  Mouse  Next  Parent  Previous  ScreenX  ScreenY  Sorted  Tag  Text  ToolTip  Top  Visible  W  Width  Window  X  Y    Add  Clear  Delete  Drag  Find  Grab  Hide  Lower  Move  Raise  Refresh  Remove  Resize  SetFocus  Show    Activate  Click  DblClick  Drag  DragMove  Drop  Enter  GotFocus  KeyPress  KeyRelease  Leave  LostFocus  Menu  MouseDown  MouseMove  MouseUp  MouseWheel  Select    Extended  Multi  None  Single