C# Class FC3Editor.Tools.ParamValidationReport

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

Méthodes publiques

Méthode Description
ParamValidationReport ( string display ) : System

Méthodes protégées

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

Method Details

CreateUIControl() protected méthode

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

OnValueChanged() protected méthode

protected OnValueChanged ( ) : void
Résultat void

ParamValidationReport() public méthode

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