明輝手游網中心:是一個免費提供流行視頻軟件教程、在線學習分享的學習平臺!

按鈕列的應用

[摘要]Public Class mybuttondatagridtablestyle1 Inherits System.Windows.Forms.DataGridTextBoxColumn #Region " Windows 窗體設計器生成的代碼 " Publi...
 

Public Class mybuttondatagridtablestyle1

    Inherits System.Windows.Forms.DataGridTextBoxColumn

 

#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

    Public Delegate Sub DataGridCellButtonClickEventHandler(ByVal sender As Object, ByVal e As DataGridCellButtonClickEventArgs)

    Public Event CellButtonClicked As DataGridCellButtonClickEventHandler

 

    Private m_Face As Bitmap

    Private m_FacePressed As Bitmap

    Private m_columnNum As Integer

    Private m_Row As Integer


[1] [2] [3]  下一頁




相關文章