C# Class NekoKun.UI.LynnListView

Inheritance: System.Windows.Forms.ListView
Datei anzeigen Open project: NekoProject/NekoKun

Protected Properties

Property Type Description
backBrush System.Drawing.Drawing2D.LinearGradientBrush
stringFormat System.Drawing.StringFormat

Public Methods

Method Description
LynnListView ( ) : System

Protected Methods

Method 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 method

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
return void

GetImage() protected method

protected GetImage ( System.Windows.Forms.ListViewItem item, bool large ) : Image
item System.Windows.Forms.ListViewItem
large bool
return Image

LynnListView() public method

public LynnListView ( ) : System
return System

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

OnDrawSubItem() protected method

protected OnDrawSubItem ( DrawListViewSubItemEventArgs e ) : void
e System.Windows.Forms.DrawListViewSubItemEventArgs
return void

OnResize() protected method

protected OnResize ( EventArgs e ) : void
e System.EventArgs
return void

Property Details

backBrush protected_oe property

protected System.Drawing.Drawing2D.LinearGradientBrush backBrush
return System.Drawing.Drawing2D.LinearGradientBrush

stringFormat protected_oe property

protected StringFormat,System.Drawing stringFormat
return System.Drawing.StringFormat