C# Class entity.MetaFuncs.MetaEditor.IdentContainer

The ident container.
Inheritance: PluginControl
Afficher le fichier Open project: troymac1ure/Entity

Méthodes publiques

Свойство Type Description
DescriptionLabel System.Windows.Forms.Label
NameCombo System.Windows.Forms.ComboBox
TagTypeCombo System.Windows.Forms.ComboBox
panel System.Windows.Forms.Panel

Méthodes publiques

Méthode Description
IdentContainer ( IFPIO ident ) : System.Collections

Initializes a new instance of the IdentContainer class.

Method Details

IdentContainer() public méthode

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

Property Details

DescriptionLabel public_oe property

The description label.
public Label,System.Windows.Forms DescriptionLabel
Résultat System.Windows.Forms.Label

NameCombo public_oe property

The name combo.
public ComboBox,System.Windows.Forms NameCombo
Résultat System.Windows.Forms.ComboBox

TagTypeCombo public_oe property

The tag type combo.
public ComboBox,System.Windows.Forms TagTypeCombo
Résultat System.Windows.Forms.ComboBox

panel public_oe property

The panel.
public Panel,System.Windows.Forms panel
Résultat System.Windows.Forms.Panel