Listbox
英音[ lɪstˈbɒks ] 美音[ ˈlɪstbɑːks ]

列表框

常用释义

词性释义

n.

列表框
例句
  • 全部
在用鼠标、键盘或以编程方式在列表框中上下移动某个项时发生。
当你打字时,从开发者设置的列表中(显示在在文本框之下的一个列表框中)匹配条目。
At this point, you need access to the customerList listbox to populate it with all customer data.
此时,需要访问customerList列表框来展开所有用户数据。
Taking into account SilverLight predefined large number ListBox is loaded, the efficiency is very low, self realization of a ListBox.
考虑到SilverLight预定义的ListBox在加载数量较多时,效率很低,自已实现一个ListBox。
This will fire an event handler that takes the tablename from the ListBox and retrieves the metadata for that table.
这将激活一个事件处理程序,该程序采用ListBox中的表名,并为该表检索元数据。
It enables the data population of the customer listbox to occur before rendering, but after all ZUL components are composed.
它允许客户列表数据展开在提交之前,但在所有ZUL组件组装之后发生。
Listing 10 shows how the table is populated using a listbox element, where I define a model based on which table element is populated.
清单10展示了如何使用一个listbox元素来填充这个表格,在listbox中,我定义了一个模型,将根据这个模型填充表格元素。
Conspiracy Generator - A fun program - shows case, counters, for loops and listbox. Some other things too - For Beginners, by Beginners.
这是一个有趣的程序-陈列框,计算器,用于循环和列表框,还包括其它一些事情-由初学者为初学者所编写。
指定组合框或列表框中选定数据项的背景色。
Note that the listbox at the top contains all of the items in my pending change set.
注意,上部的列表框包含了在我的变更等待序列中的项。
在这个特殊例子中,我只有两个变更,但是这个列表框在有很多项的时候是有滚动条的。
It provides a similar Microsoft Word and Excel containing the check box (CheckBox) list box (listbox).
它提供了类似MicrosoftWord和Excel中的内含检查框(CheckBox)的列表框(listbox)。
这是一个简短的示例,示范了如何在一个列表框中插入列,并再次从它们中间取出数据来。
指定组合框或列表框控件中数据值的源。
指定组合框或列表框控件中显示的第一个元素。
Listbox -Multi example - Here is a larger example of the listbox function that can be used as a scheduling type program.
这是一个列表框控件函数的大例子,可以用作一个规划类型的程序。
In the Available columns listbox, scroll down to the Button Column.
在Availablecolumns列表框中,向下滚动到ButtonColumn。
The table column headers are defined by listheader child components of the customerList listbox.
表格列标题由customerList列表框的子部件listheader来定义。
As soon as the user starts typing, a suggestion listbox opens under the input field.
只要用户开始输入,就会在输入栏下打开一个推荐列表框。
From that metadata, you need to use the list of fieldnames, and place them in the second listbox, the TCheckListBox.
从元数据来看,您必须使用字段名的列表,将它们放置在第二个列表框TCheckListBox中。