C# Class entity.MetaFuncs.MetaEditor.IdentContainer

The ident container.
Inheritance: PluginControl
Show file 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 property

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

NameCombo public property

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

TagTypeCombo public property

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

panel public property

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