C# 클래스 MetaEditor.Forms.ControlSwapper.selectionBox

The selection box.
상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: troymac1ure/Entity

공개 프로퍼티들

프로퍼티 타입 설명
button1 System.Windows.Forms.Button
comboBox1 System.Windows.Forms.ComboBox

공개 메소드들

메소드 설명
selectionBox ( ) : System

Initializes a new instance of the selectionBox class.

비공개 메소드들

메소드 설명
but_Click ( object sender, EventArgs e ) : void

The but_ click.

button1_Click ( object sender, EventArgs e ) : void

The button 1_ click.

메소드 상세

selectionBox() 공개 메소드

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

프로퍼티 상세

button1 공개적으로 프로퍼티

The button 1.
public Button,System.Windows.Forms button1
리턴 System.Windows.Forms.Button

comboBox1 공개적으로 프로퍼티

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