C# 클래스 Alsing.Drawing.GDI.FontList

상속: System.Drawing.Design.UITypeEditor
파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
EditValue ( ITypeDescriptorContext context, IServiceProvider provider, object value ) : object
GetEditStyle ( ITypeDescriptorContext context ) : UITypeEditorEditStyle
GetPaintValueSupported ( ITypeDescriptorContext context ) : bool
PaintValue ( System.Drawing.Design.PaintValueEventArgs e ) : void

비공개 메소드들

메소드 설명
LB_DrawItem ( object sender, DrawItemEventArgs e ) : void
OnMouseDown ( object sender, MouseEventArgs e ) : void
ValueChanged ( object sender, EventArgs e ) : void

메소드 상세

EditValue() 공개 메소드

public EditValue ( ITypeDescriptorContext context, IServiceProvider provider, object value ) : object
context ITypeDescriptorContext
provider IServiceProvider
value object
리턴 object

GetEditStyle() 공개 메소드

public GetEditStyle ( ITypeDescriptorContext context ) : UITypeEditorEditStyle
context ITypeDescriptorContext
리턴 UITypeEditorEditStyle

GetPaintValueSupported() 공개 메소드

public GetPaintValueSupported ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
리턴 bool

PaintValue() 공개 메소드

public PaintValue ( System.Drawing.Design.PaintValueEventArgs e ) : void
e System.Drawing.Design.PaintValueEventArgs
리턴 void