C# Class FC3Editor.Parameters.ParamCheckButton

Inheritance: Parameter
Afficher le fichier Open project: Azerothian/fc3editor

Méthodes publiques

Méthode Description
ParamCheckButton ( string display ) : 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

ParamCheckButton() public méthode

public ParamCheckButton ( string display ) : System
display string
Résultat System

UpdateUIControl() protected méthode

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