C# Class NekoKun.UI.LynnListbox

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

Protected Properties

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
LynnListbox ( ) : 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
GetString ( int id ) : string
OnDrawItem ( DrawItemEventArgs e ) : void
OnFontChanged ( EventArgs e ) : void
OnMouseDown ( MouseEventArgs 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

GetString() protected méthode

protected GetString ( int id ) : string
id int
Résultat string

LynnListbox() public méthode

public LynnListbox ( ) : System
Résultat System

OnDrawItem() protected méthode

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

OnFontChanged() protected méthode

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

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnResize() protected méthode

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

Property Details

stringFormat protected_oe property

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