C# 클래스 entity.MetaFuncs.MetaEditor.Int32Container

The int 32 container.
상속: PluginControl
파일 보기 프로젝트 열기: troymac1ure/Entity

공개 프로퍼티들

프로퍼티 타입 설명
DescriptionLabel System.Windows.Forms.Label
IntTextBox System.Windows.Forms.TextBox
panel System.Windows.Forms.Panel

공개 메소드들

메소드 설명
Int32Container ( IFPIO intx ) : System.Collections

Initializes a new instance of the Int32Container class.

메소드 상세

Int32Container() 공개 메소드

Initializes a new instance of the Int32Container class.
public Int32Container ( IFPIO intx ) : System.Collections
intx HaloMap.Plugins.IFPIO The intx.
리턴 System.Collections

프로퍼티 상세

DescriptionLabel 공개적으로 프로퍼티

The description label.
public Label,System.Windows.Forms DescriptionLabel
리턴 System.Windows.Forms.Label

IntTextBox 공개적으로 프로퍼티

The int text box.
public TextBox,System.Windows.Forms IntTextBox
리턴 System.Windows.Forms.TextBox

panel 공개적으로 프로퍼티

The panel.
public Panel,System.Windows.Forms panel
리턴 System.Windows.Forms.Panel