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

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

공개 프로퍼티들

프로퍼티 타입 설명
DescriptionLabel System.Windows.Forms.Label
NameCombo System.Windows.Forms.ComboBox
TagTypeCombo System.Windows.Forms.ComboBox
panel System.Windows.Forms.Panel

공개 메소드들

메소드 설명
IdentContainer ( IFPIO ident ) : System.Collections

Initializes a new instance of the IdentContainer class.

메소드 상세

IdentContainer() 공개 메소드

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

프로퍼티 상세

DescriptionLabel 공개적으로 프로퍼티

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

NameCombo 공개적으로 프로퍼티

The name combo.
public ComboBox,System.Windows.Forms NameCombo
리턴 System.Windows.Forms.ComboBox

TagTypeCombo 공개적으로 프로퍼티

The tag type combo.
public ComboBox,System.Windows.Forms TagTypeCombo
리턴 System.Windows.Forms.ComboBox

panel 공개적으로 프로퍼티

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