C# Class entity.MetaFuncs.MetaEditor.ReflexiveContainer

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

Public Properties

Property Type Description
Container System.Windows.Forms.SplitContainer
Controls System.Collections.ArrayList
SelectedChunkComboBox System.Windows.Forms.ComboBox

Protected Properties

Property Type Description
maxSize System.Drawing.Size
minSize System.Drawing.Size

Public Methods

Method Description
ReflexiveContainer ( IFPIO reflexive ) : System.Collections

Initializes a new instance of the ReflexiveContainer class.

ReflexiveContainer ( string name ) : System.Collections

Initializes a new instance of the ReflexiveContainer class.

SetMaxSize ( int width, int height ) : void

The set max size.

SetMinSize ( int width, int height ) : void

The set min size.

Private Methods

Method Description
ReflexiveHeader_MouseDown ( object sender, MouseEventArgs e ) : void

The reflexive header_ mouse down.

Method Details

ReflexiveContainer() public method

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

ReflexiveContainer() public method

Initializes a new instance of the ReflexiveContainer class.
public ReflexiveContainer ( string name ) : System.Collections
name string The name.
return System.Collections

SetMaxSize() public method

The set max size.
public SetMaxSize ( int width, int height ) : void
width int The width.
height int The height.
return void

SetMinSize() public method

The set min size.
public SetMinSize ( int width, int height ) : void
width int The width.
height int The height.
return void

Property Details

Container public property

The container.
public SplitContainer,System.Windows.Forms Container
return System.Windows.Forms.SplitContainer

Controls public property

The controls.
public ArrayList,System.Collections Controls
return System.Collections.ArrayList

SelectedChunkComboBox public property

The selected chunk combo box.
public ComboBox,System.Windows.Forms SelectedChunkComboBox
return System.Windows.Forms.ComboBox

maxSize protected property

The max size.
protected Size,System.Drawing maxSize
return System.Drawing.Size

minSize protected property

The min size.
protected Size,System.Drawing minSize
return System.Drawing.Size