国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發 > 綜合 > 正文

重寫datagrid(禁止對列寬進行拖拽)

2024-07-21 02:27:40
字體:
來源:轉載
供稿:網友

public class notcresizegrid

    inherits system.windows.forms.datagrid

 

#region " windows 窗體設計器生成的代碼 "

 

    public sub new()

        mybase.new()

 

        '該調用是 windows 窗體設計器所必需的。

        initializecomponent()

 

        '在 initializecomponent() 調用之后添加任何初始化

 

    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)

    end sub

 

    'windows 窗體設計器所必需的

    private components as system.componentmodel.icontainer

 

    '注意:以下過程是 windows 窗體設計器所必需的

    '可以使用 windows 窗體設計器修改此過程。

    '不要使用代碼編輯器修改它。

    <system.diagnostics.debuggerstepthrough()> private sub initializecomponent()

        components = new system.componentmodel.container()

    end sub

 

#end region

 

    protected overrides sub onmousedown(byval e as system.windows.forms.mouseeventargs)

        dim hti as system.windows.forms.datagrid.hittestinfo

        hti = me.hittest(e.x, e.y)

        select case hti.type

            case datagrid.hittesttype.columnresize

                return

        end select

        mybase.onmousedown(e)

    end sub

 

    protected overrides sub onmousemove(byval e as system.windows.forms.mouseeventargs)

        dim hti as datagrid.hittestinfo = me.hittest(new point(e.x, e.y))

        '如果鼠標事件類型為改變列寬則返回

        if hti.type = datagrid.hittesttype.columnresize then

            cursor.current = cursors.default

            return

        end if

        mybase.onmousemove(e)

    end sub end class

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 岗巴县| 宜州市| 绍兴县| 牡丹江市| 沈阳市| 呼和浩特市| 隆昌县| 阳曲县| 洛宁县| 赣榆县| 五大连池市| 西昌市| 南靖县| 岱山县| 八宿县| 大新县| 庆元县| 隆尧县| 嘉峪关市| 江都市| 阿拉善右旗| 台湾省| 万年县| 贡嘎县| 吉木乃县| 沾化县| 蒲江县| 林口县| 烟台市| 天柱县| 阿拉善盟| 论坛| 鲜城| 乐山市| 青海省| 兴海县| 梁山县| 中阳县| 阿拉善左旗| 探索| 罗江县|