C# Class MetaEditor.Forms.ControlSwapper.selectionBox

The selection box.
Inheritance: System.Windows.Forms.UserControl
Exibir arquivo Open project: troymac1ure/Entity

Public Properties

Property Type Description
button1 System.Windows.Forms.Button
comboBox1 System.Windows.Forms.ComboBox

Public Methods

Method Description
selectionBox ( ) : System

Initializes a new instance of the selectionBox class.

Private Methods

Method Description
but_Click ( object sender, EventArgs e ) : void

The but_ click.

button1_Click ( object sender, EventArgs e ) : void

The button 1_ click.

Method Details

selectionBox() public method

Initializes a new instance of the selectionBox class.
public selectionBox ( ) : System
return System

Property Details

button1 public_oe property

The button 1.
public Button,System.Windows.Forms button1
return System.Windows.Forms.Button

comboBox1 public_oe property

The combo box 1.
public ComboBox,System.Windows.Forms comboBox1
return System.Windows.Forms.ComboBox