能够将组合框Combol中最后一个数据项删除的语句为 A: Combol.RemoveItem Combol.ListCount B: Combol.Removeltem Combol.ListCount-1 C: Combol.RemoveItem Combol.ListIndex D: Combol.RemoveItem Combol.ListIndex-1
能够将组合框Combol中最后一个数据项删除的语句为 A: Combol.RemoveItem Combol.ListCount B: Combol.Removeltem Combol.ListCount-1 C: Combol.RemoveItem Combol.ListIndex D: Combol.RemoveItem Combol.ListIndex-1
为组合框Combol增加一个数据项“计算机”,下列哪个命令是正确的______。 A: Combol.Text ="计算机" B: Combol.ListIndex ="计算机" C: Combol.AddItem "计算机" D: Combol.AddItem ="计算机"
为组合框Combol增加一个数据项“计算机”,下列哪个命令是正确的______。 A: Combol.Text ="计算机" B: Combol.ListIndex ="计算机" C: Combol.AddItem "计算机" D: Combol.AddItem ="计算机"
输入控件中,( )可以起到单选的功能。 A: Check box B: Radio buttons C: Combol box D: Text box
输入控件中,( )可以起到单选的功能。 A: Check box B: Radio buttons C: Combol box D: Text box
列表框中的列表内容通过()属性设置。 A: Columns B: List C: ListIndex D: ListCount
列表框中的列表内容通过()属性设置。 A: Columns B: List C: ListIndex D: ListCount
假如列表框list1中有10个列表项,则执行语句“List1.RemoveItem List1. ListIndex”的结果是
假如列表框list1中有10个列表项,则执行语句“List1.RemoveItem List1. ListIndex”的结果是
如果列表框List1中没有选定的项目,则执行语句“List1.RemoveItem List1. ListIndex”的结果是( )。
如果列表框List1中没有选定的项目,则执行语句“List1.RemoveItem List1. ListIndex”的结果是( )。
驱动器列表框、目录列表框、文件列表框都具有列表框Listbox中的List、listcount和listindex属性
驱动器列表框、目录列表框、文件列表框都具有列表框Listbox中的List、listcount和listindex属性
列表框中的列表项内容可以通过属性( )设置. A: Columns B: List C: ListIndex D: ListCount
列表框中的列表项内容可以通过属性( )设置. A: Columns B: List C: ListIndex D: ListCount
可通过()属性判断List列表框控件的项目总数目。 A: ListIndex B: ListCount C: ListText D: ListItem
可通过()属性判断List列表框控件的项目总数目。 A: ListIndex B: ListCount C: ListText D: ListItem
下列组合框的属性中,是数组的是______。 A: ListCount B: List C: ListIndex D: Text
下列组合框的属性中,是数组的是______。 A: ListCount B: List C: ListIndex D: Text