C# 클래스 NekoKun.UI.LynnCombobox

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
LynnCombobox ( ) : 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

메소드 상세

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

LynnCombobox() 공개 메소드

public LynnCombobox ( ) : System
리턴 System

OnDrawItem() 보호된 메소드

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

프로퍼티 상세

stringFormat 보호되어 있는 프로퍼티

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