C# Class FdoToolbox.AddInManager.AddInControl

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: jumpinjackie/fdotoolbox Class Usage Examples

Méthodes publiques

Méthode Description
AddInControl ( AddIn addIn ) : System

Méthodes protégées

Méthode Description
OnClick ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

Private Methods

Méthode Description
GetText ( Brush &textBrush ) : string
Mix ( Color c1, Color c2, double perc ) : Color

Method Details

AddInControl() public méthode

public AddInControl ( AddIn addIn ) : System
addIn ICSharpCode.Core.AddIn
Résultat System

OnClick() protected méthode

protected OnClick ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void