Henry手记-VB.net WinForm中的FORM初探(三)[6]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 latitude 的 blog

    readonly property item(byval index) as form 返回集合中某个位置的内容

        get

            return c.item(index)

        end get

    end property

 

    readonly property count() as integer 集合中元素数目的记录

        get

            return c.count()

        end get

本文关键:vb.net Form
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top