C# Class FC3Editor.Tools.ParamObjectAdmin

Inheritance: FC3Editor.Parameters.Parameter
Show file Open project: Azerothian/fc3editor

Public Methods

Method Description
ParamObjectAdmin ( string display ) : System

Protected Methods

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

Method Details

CreateUIControl() protected method

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

ParamObjectAdmin() public method

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

UpdateUIControl() protected method

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