重写datagrid(禁止对列宽进行拖拽)[2]

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

本文简介:选择自 hanmo 的 blog

 

    end sub

 

    'usercontrol 重写 dispose 以清理组件列表。

    protected overloads overrides sub dispose(byval disposing as boolean)

        if disposing then

            if not (components is nothing) then

                components.dispose()

            end if

        end if

        mybase.dispose(disposing)

本文关键:重写datagrid(禁止对列宽进行拖拽)
 

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

go top