control array meaning in English
控件数组
Examples
- Although control arrays are no longer supported in visual basic 2005 , using the event model you can duplicate and expand upon much of the control array functionality
尽管visual basic 2005中不再支持控件数组,但可以使用事件模型来重复和扩展许多控件数组功能。 - The controls had to be of the same type as the control array , and the control array had to be created at design time with at lest one element
语句在运行时向控件数组添加控件。控件必须和控件数组是同一类型,并且控件数组必须在设计时创建,且必须带有至少一个元素。 - Although it is possible to use these control array classes in new visual basic 2005 development , we recommend that you use the . net framework event model and functions instead
尽管可以在新visual basic 2005开发中使用这些控件数组类,但建议使用. net framework事件模型和函数。 - Both examples assume that a text - box control is added to the form at design time , and in the visual basic 6 . 0 example that a single - element control array was created
两个示例都假定文本框控件是在设计时添加到窗体中的,在visual basic 6 . 0示例中还假定创建了一个单元素控件数组。 - In visual basic 6 . 0 , when you added a control to a control array at run time , the new controls events were automatically handled by the events for the control array
在运行时添加事件处理程序在visual basic 6 . 0中,在运行时向控件数组添加控件时,控件数组的事件自动处理新控件事件。