自定义控件之ListBox

 

Imports  System.Drawing

Public   Class MyListBox
    
Inherits System.Windows.Forms.ListBox

构造函数

重画每一项

获取每一项大小

End Class
 

你可能感兴趣的:(自定义控件之ListBox)