C# Class NekoKun.UI.LynnCombobox

Inheritance: System.Windows.Forms.ComboBox
Mostrar archivo Open project: NekoProject/NekoKun

Protected Properties

Property Type Description
stringFormat System.Drawing.StringFormat

Public Methods

Method Description
LynnCombobox ( ) : System

Protected Methods

Method 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

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

GetString() protected method

protected GetString ( int id ) : string
id int
return string

LynnCombobox() public method

public LynnCombobox ( ) : System
return System

OnDrawItem() protected method

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

Property Details

stringFormat protected_oe property

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