C# Class MaterialSkin.Controls.MaterialListView

Inheritance: System.Windows.Forms.ListView, IMaterialControl
Mostra file Open project: SkiTiSu/BiliRanking

Private Properties

Property Type Description
getStringFormat System.Drawing.StringFormat

Public Methods

Method Description
MaterialListView ( ) : System

Protected Methods

Method Description
OnCreateControl ( ) : void
OnDrawColumnHeader ( DrawListViewColumnHeaderEventArgs e ) : void
OnDrawItem ( DrawListViewItemEventArgs e ) : void

Private Methods

Method Description
getStringFormat ( ) : StringFormat

Method Details

MaterialListView() public method

public MaterialListView ( ) : System
return System

OnCreateControl() protected method

protected OnCreateControl ( ) : void
return void

OnDrawColumnHeader() protected method

protected OnDrawColumnHeader ( DrawListViewColumnHeaderEventArgs e ) : void
e System.Windows.Forms.DrawListViewColumnHeaderEventArgs
return void

OnDrawItem() protected method

protected OnDrawItem ( DrawListViewItemEventArgs e ) : void
e System.Windows.Forms.DrawListViewItemEventArgs
return void