C# 클래스 NekoKun.UI.LynnListbox

상속: System.Windows.Forms.ListBox
파일 보기 프로젝트 열기: NekoProject/NekoKun

보호된 프로퍼티들

프로퍼티 타입 설명
stringFormat System.Drawing.StringFormat

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
LynnListbox ( ) : System

보호된 메소드들

메소드 설명
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

메소드 상세

DrawText() 보호된 메소드

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
리턴 void

GetString() 보호된 메소드

protected GetString ( int id ) : string
id int
리턴 string

LynnListbox() 공개 메소드

public LynnListbox ( ) : System
리턴 System

OnDrawItem() 보호된 메소드

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

OnFontChanged() 보호된 메소드

protected OnFontChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnMouseDown() 보호된 메소드

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnResize() 보호된 메소드

protected OnResize ( EventArgs e ) : void
e System.EventArgs
리턴 void

프로퍼티 상세

stringFormat 보호되어 있는 프로퍼티

protected StringFormat,System.Drawing stringFormat
리턴 System.Drawing.StringFormat