C# Class FC3Editor.Parameters.ParamBool

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

Protected Properties

Свойство Type Description
m_value bool

Méthodes publiques

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

Méthodes protégées

Méthode Description
CreateUIControl ( ) : Control
OnUIValueChanged ( bool 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 ( bool value ) : void
value bool
Résultat void

ParamBool() public méthode

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

UpdateUIControl() protected méthode

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

Property Details

m_value protected_oe property

protected bool m_value
Résultat bool