Table of Contents
- Getting Started
 - EO.Pdf
 - EO.Web
 - EO.WebBrowser
 - EO.Wpf
 - Common Topics
 - Reference
- .NET API Reference
 - JavaScript API Reference
- EO.Web
- EO.Web
 - Objects
- AJAXPostedFile Object
 - AJAXUploader Object
 - Calendar Object
 - Callback Object
 - ColorPicker Object
 - ComboBox Object
 - Control Object
 - Dialog Object
 - Downloader Object
 - EditableLabel Object
 - Editor Object
 - EventInfo Object
 - FileExplorer Object
 - FileExplorerHolder Object
 - Floater Object
 - Grid Object
 - GridCell Object
 - GridColumn Object
 - GridItem Object
 - ImageZoom Object
 - ListBox Object
 - ListBoxItem Object
 - MaskedEdit Object
 - MaskedEditSegment Object
 - MenuItem Object
 - MultiPage Object
 - NavigationItem Object
 - NavigationItemGroup Object
 - Navigator Object
 - NavigatorEventInfo Object
 - ProgressBar Object
 - RangeSlider Object
 - Rating Object
 - ScriptEvent Object
 - Slide Object
 - Slider Object
 - SliderBase Object
 - SpellChecker Object
 - Splitter Object
 - SplitterPane Object
 - ToolBar Object
 - ToolBarItem Object
 - ToolTip Object
 - TreeNode Object
 - TreeView Object
 
 - Global Functions
 - Event Handlers
 
 - EO.WebEngine
 
 - EO.Web
 
 
| ListBox Objects | 
Client side representation of a ListBox control.
Base Object
        ListBox
          derives from
          Control
          and inherits all method provided by
          Control.
        
        
Methods
        | Name | Description | |
|---|---|---|
![]()  | getItem | Returns a ListBoxItem at the specific index. | 
![]()  | getItemCount | Returns the total number of loaded items. | 
![]()  | getSelectedItem | Gets the first selected item. | 
![]()  | getTotalItemCount | Returns the total number of items as set by TotalItemCount. | 
![]()  | isBusy | Returns whether the control is currently in the process of an AJAX call to the server. | 
![]()  | requestMoreItems | Triggers server side MoreItemsNeeded event. | 
![]()  | setSelectedItem | Sets the selected item. | 
![]()  | update | Triggers server side Update event. | 

