C# Class entity.MetaFuncs.MetaEditor.IdentContainer

The ident container.
Inheritance: PluginControl
Mostrar archivo Open project: troymac1ure/Entity

Public Properties

Property Type Description
DescriptionLabel System.Windows.Forms.Label
NameCombo System.Windows.Forms.ComboBox
TagTypeCombo System.Windows.Forms.ComboBox
panel System.Windows.Forms.Panel

Public Methods

Method Description
IdentContainer ( IFPIO ident ) : System.Collections

Initializes a new instance of the IdentContainer class.

Method Details

IdentContainer() public method

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

Property Details

DescriptionLabel public_oe property

The description label.
public Label,System.Windows.Forms DescriptionLabel
return System.Windows.Forms.Label

NameCombo public_oe property

The name combo.
public ComboBox,System.Windows.Forms NameCombo
return System.Windows.Forms.ComboBox

TagTypeCombo public_oe property

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

panel public_oe property

The panel.
public Panel,System.Windows.Forms panel
return System.Windows.Forms.Panel