C# Class NekoKun.UI.LynnListView

Inheritance: System.Windows.Forms.ListView
Afficher le fichier Open project: NekoProject/NekoKun

Protected Properties

Свойство Type Description
backBrush System.Drawing.Drawing2D.LinearGradientBrush
stringFormat System.Drawing.StringFormat

Méthodes publiques

Méthode Description
LynnListView ( ) : System

Méthodes protégées

Méthode Description
DrawText ( int id, string str, Font font, Brush fc, Rectangle bounds, StringFormat sf, Graphics g, bool selected ) : void
GetImage ( System.Windows.Forms.ListViewItem item, bool large ) : Image
OnDrawColumnHeader ( DrawListViewColumnHeaderEventArgs e ) : void
OnDrawItem ( DrawListViewItemEventArgs e ) : void
OnDrawSubItem ( DrawListViewSubItemEventArgs e ) : void
OnResize ( EventArgs e ) : void

Method Details

DrawText() protected méthode

protected DrawText ( int id, string str, Font font, Brush fc, Rectangle bounds, StringFormat sf, Graphics g, bool selected ) : void
id int
str string
font System.Drawing.Font
fc System.Drawing.Brush
bounds System.Drawing.Rectangle
sf System.Drawing.StringFormat
g System.Drawing.Graphics
selected bool
Résultat void

GetImage() protected méthode

protected GetImage ( System.Windows.Forms.ListViewItem item, bool large ) : Image
item System.Windows.Forms.ListViewItem
large bool
Résultat Image

LynnListView() public méthode

public LynnListView ( ) : System
Résultat System

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

OnDrawSubItem() protected méthode

protected OnDrawSubItem ( DrawListViewSubItemEventArgs e ) : void
e System.Windows.Forms.DrawListViewSubItemEventArgs
Résultat void

OnResize() protected méthode

protected OnResize ( EventArgs e ) : void
e System.EventArgs
Résultat void

Property Details

backBrush protected_oe property

protected System.Drawing.Drawing2D.LinearGradientBrush backBrush
Résultat System.Drawing.Drawing2D.LinearGradientBrush

stringFormat protected_oe property

protected StringFormat,System.Drawing stringFormat
Résultat System.Drawing.StringFormat