C# Class FC3Editor.Parameters.ParamCheckButton

Inheritance: Parameter
Exibir arquivo Open project: Azerothian/fc3editor

Public Methods

Method Description
ParamCheckButton ( 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

ParamCheckButton() public method

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

UpdateUIControl() protected method

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