C# Class FC3Editor.Parameters.ParamString

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

Protected Properties

Свойство Type Description
m_maxLength int
m_value string

Méthodes publiques

Méthode Description
ParamString ( string display, string value ) : System

Méthodes protégées

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

Method Details

CreateUIControl() protected méthode

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

OnUIValueChanged() protected méthode

protected OnUIValueChanged ( string value ) : void
value string
Résultat void

ParamString() public méthode

public ParamString ( string display, string value ) : System
display string
value string
Résultat System

UpdateUIControl() protected méthode

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

Property Details

m_maxLength protected_oe property

protected int m_maxLength
Résultat int

m_value protected_oe property

protected string m_value
Résultat string