C# Class FC3Editor.Parameters.ParamText

Inheritance: Parameter
Exibir arquivo Open project: Azerothian/fc3editor

Public Methods

Method Description
ParamText ( string display ) : System

Protected Methods

Method Description
CreateUIControl ( ) : Control
OnDisplayChanged ( ) : void
UpdateUIControl ( Control control ) : void

Method Details

CreateUIControl() protected method

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

OnDisplayChanged() protected method

protected OnDisplayChanged ( ) : void
return void

ParamText() public method

public ParamText ( string display ) : System
display string
return System

UpdateUIControl() protected method

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