C# Class FC3Editor.Parameters.ParamButton

Inheritance: Parameter
Afficher le fichier Open project: Azerothian/fc3editor Class Usage Examples

Méthodes publiques

Méthode Description
ParamButton ( string display, ParamButton callback ) : System

Méthodes protégées

Méthode Description
CreateUIControl ( ) : Control
UpdateUIControl ( Control control ) : void

Method Details

CreateUIControl() protected méthode

protected CreateUIControl ( ) : Control
Résultat System.Windows.Forms.Control

ParamButton() public méthode

public ParamButton ( string display, ParamButton callback ) : System
display string
callback ParamButton
Résultat System

UpdateUIControl() protected méthode

protected UpdateUIControl ( Control control ) : void
control System.Windows.Forms.Control
Résultat void