C# Class entity.MetaFuncs.MetaEditor.Int32Container

The int 32 container.
Inheritance: PluginControl
Show file Open project: troymac1ure/Entity

Public Properties

Property Type Description
DescriptionLabel System.Windows.Forms.Label
IntTextBox System.Windows.Forms.TextBox
panel System.Windows.Forms.Panel

Public Methods

Method Description
Int32Container ( IFPIO intx ) : System.Collections

Initializes a new instance of the Int32Container class.

Method Details

Int32Container() public method

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

Property Details

DescriptionLabel public property

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

IntTextBox public property

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

panel public property

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