C# Class FC3Editor.Tools.ParamObjectAdmin

Inheritance: FC3Editor.Parameters.Parameter
Afficher le fichier Open project: Azerothian/fc3editor

Méthodes publiques

Méthode Description
ParamObjectAdmin ( 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

ParamObjectAdmin() public méthode

public ParamObjectAdmin ( 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