C# Class Alsing.Drawing.GDI.FontList

Inheritance: System.Drawing.Design.UITypeEditor
Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Méthode Description
EditValue ( ITypeDescriptorContext context, IServiceProvider provider, object value ) : object
GetEditStyle ( ITypeDescriptorContext context ) : UITypeEditorEditStyle
GetPaintValueSupported ( ITypeDescriptorContext context ) : bool
PaintValue ( System.Drawing.Design.PaintValueEventArgs e ) : void

Private Methods

Méthode Description
LB_DrawItem ( object sender, DrawItemEventArgs e ) : void
OnMouseDown ( object sender, MouseEventArgs e ) : void
ValueChanged ( object sender, EventArgs e ) : void

Method Details

EditValue() public méthode

public EditValue ( ITypeDescriptorContext context, IServiceProvider provider, object value ) : object
context ITypeDescriptorContext
provider IServiceProvider
value object
Résultat object

GetEditStyle() public méthode

public GetEditStyle ( ITypeDescriptorContext context ) : UITypeEditorEditStyle
context ITypeDescriptorContext
Résultat UITypeEditorEditStyle

GetPaintValueSupported() public méthode

public GetPaintValueSupported ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
Résultat bool

PaintValue() public méthode

public PaintValue ( System.Drawing.Design.PaintValueEventArgs e ) : void
e System.Drawing.Design.PaintValueEventArgs
Résultat void