Specifies the source of the values in a ComboBox or ListBox control.
指定组合框或列表框控件中数据值的源。
Specifies the index of the item most recently added to a ComboBox or ListBox control.
指定最近添加到组合框或列表框控件中的数据项的索引值。
The third parameter is necessary because some properties, such as the Items property of the listbox control, are indexed.
第三个参数是必需的,因为有些属性(例如Listbox控件的items属性)是索引的。
In order to select a specific table, and display the available fields, the end user has to double-click on the table in the ListBox control.
为了选择特定的表,显示可用字段,最终用户必须双击ListBox控件中的表。
GetValue requires an indexed object argument because properties can be indexed (for example if I was trying to get an Items property of a listbox control).
GetValue需要一个索引对象参数,因为属性可被索引(例如,当我试图获取Listbox控件的Items属性时)。
The test automation checks the resulting state of the application under test, verifies that the listbox control contains the correct message, and logs a "pass" result.
测试自动化检查测试应用程序的结果状态,验证Listbox 控件包含正确的消息,并记录“pass”结果。
For example, if the control source of the listbox is a single column, it cannot by default also accept multiple values. You'd have to change it in the source table of your form.
例如,如果列表框的控制源为一列,它无法在默认情况下同时接受多个值。
For example, if the control source of the listbox is a single column, it cannot by default also accept multiple values. You'd have to change it in the source table of your form.
例如,如果列表框的控制源为一列,它无法在默认情况下同时接受多个值。
应用推荐