C# Class FC3Editor.Parameters.ParamButton

Inheritance: Parameter
显示文件 Open project: Azerothian/fc3editor Class Usage Examples

Public Methods

Method Description
ParamButton ( string display, ParamButton callback ) : System

Protected Methods

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

Method Details

CreateUIControl() protected method

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

ParamButton() public method

public ParamButton ( string display, ParamButton callback ) : System
display string
callback ParamButton
return System

UpdateUIControl() protected method

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