C# Class MetaEditor.Forms.ControlSwapper.selectionBox

The selection box.
Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: troymac1ure/Entity

Méthodes publiques

Свойство Type Description
button1 System.Windows.Forms.Button
comboBox1 System.Windows.Forms.ComboBox

Méthodes publiques

Méthode Description
selectionBox ( ) : System

Initializes a new instance of the selectionBox class.

Private Methods

Méthode 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 méthode

Initializes a new instance of the selectionBox class.
public selectionBox ( ) : System
Résultat System

Property Details

button1 public_oe property

The button 1.
public Button,System.Windows.Forms button1
Résultat System.Windows.Forms.Button

comboBox1 public_oe property

The combo box 1.
public ComboBox,System.Windows.Forms comboBox1
Résultat System.Windows.Forms.ComboBox