C# Class MaterialSkin.Controls.MaterialListView

Inheritance: System.Windows.Forms.ListView, IMaterialControl
Afficher le fichier Open project: SkiTiSu/BiliRanking

Private Properties

Свойство Type Description
getStringFormat System.Drawing.StringFormat

Méthodes publiques

Méthode Description
MaterialListView ( ) : System

Méthodes protégées

Méthode Description
OnCreateControl ( ) : void
OnDrawColumnHeader ( DrawListViewColumnHeaderEventArgs e ) : void
OnDrawItem ( DrawListViewItemEventArgs e ) : void

Private Methods

Méthode Description
getStringFormat ( ) : StringFormat

Method Details

MaterialListView() public méthode

public MaterialListView ( ) : System
Résultat System

OnCreateControl() protected méthode

protected OnCreateControl ( ) : void
Résultat void

OnDrawColumnHeader() protected méthode

protected OnDrawColumnHeader ( DrawListViewColumnHeaderEventArgs e ) : void
e System.Windows.Forms.DrawListViewColumnHeaderEventArgs
Résultat void

OnDrawItem() protected méthode

protected OnDrawItem ( DrawListViewItemEventArgs e ) : void
e System.Windows.Forms.DrawListViewItemEventArgs
Résultat void