填空题()属性用于获取ListBox中项的数目。
填空题
()属性用于获取ListBox中项的数目。
参考解析
解析:
暂无解析
相关考题:
引用列表框ListBox1最后一个数据项应使用()。 A、ListBox1.Items(ListBox1.Items.Count)B、ListBox1.Items(ListBox1.Items.Count-1)C、ListBox1.TextD、ListBox1.Items(ListBox1.SelectedIndex)
ListBox控件中有关List属性和Text属性描述错误的一项是( )A、List是ListBox中所有列表项的集合,是一个数组B、List1.List(1)代表List1中的第一个列表项C、Text属性代表ListBox当前选中的列表项D、List1.Text与List1.List(List1.ListIndex)的效果一样
下列关于System类中getProperties()方法的描述中,正确的是?() A、getProperties()方法用于获取当前的操作系统的属性B、getProperties()方法用于获取当前JVM的属性C、getProperties()方法用于获取指定键指示的操作系统属性D、getProperties()方法用于获取指定的JVM的属性
引用ListBox(列表框)最后一个数据项应使用()语句A、ListBox1.Items[ListBox1.Items.Count]B、ListBox1.Items[ListBox1.SelectedIndex]C、ListBox1.Items[ListBox1.Items.Count-1]D、ListBox1.Items[ListBox1.SelectedIndex-1]
引用ListBox(列表框)当前被选中的数据项应使用()语句A、ListBox1.Items[ListBox1.Items.Count]B、ListBox1.Items[ListBox1.SelectedIndex]C、ListBox1.Items[ListBox1.Items.Count-1]D、ListBox1.Items[ListBox1.SelectedIndex-1]
单选题()属性获取或设置填充listbox控件项的数据源。AdatasourceBdatatextfieldCdatavaluefieldDtextalign