C# Class winmaped2.map_plugins.BasicToolsForm

Summary description for BasicToolsForm.
Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: Bananattack/verge3

Public Properties

Property Type Description
lucent System.Windows.Forms.CheckBox
overwrite System.Windows.Forms.CheckBox

Public Methods

Method Description
BasicToolsForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

lucent_CheckedChanged ( object sender, System e ) : void

Method Details

BasicToolsForm() public method

public BasicToolsForm ( ) : System
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

Property Details

lucent public_oe property

public CheckBox,System.Windows.Forms lucent
return System.Windows.Forms.CheckBox

overwrite public_oe property

public CheckBox,System.Windows.Forms overwrite
return System.Windows.Forms.CheckBox