C# Class FC3Editor.Parameters.ParamString

Inheritance: Parameter
Mostrar archivo Open project: Azerothian/fc3editor

Protected Properties

Property Type Description
m_maxLength int
m_value string

Public Methods

Method Description
ParamString ( string display, string value ) : System

Protected Methods

Method Description
CreateUIControl ( ) : Control
OnUIValueChanged ( string value ) : void
UpdateUIControl ( Control control ) : void

Method Details

CreateUIControl() protected method

protected CreateUIControl ( ) : Control
return System.Windows.Forms.Control

OnUIValueChanged() protected method

protected OnUIValueChanged ( string value ) : void
value string
return void

ParamString() public method

public ParamString ( string display, string value ) : System
display string
value string
return System

UpdateUIControl() protected method

protected UpdateUIControl ( Control control ) : void
control System.Windows.Forms.Control
return void

Property Details

m_maxLength protected_oe property

protected int m_maxLength
return int

m_value protected_oe property

protected string m_value
return string