C# Class entity.MetaFuncs.MetaEditor.ReflexiveContainer

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

Méthodes publiques

Свойство Type Description
Container System.Windows.Forms.SplitContainer
Controls System.Collections.ArrayList
SelectedChunkComboBox System.Windows.Forms.ComboBox

Protected Properties

Свойство Type Description
maxSize System.Drawing.Size
minSize System.Drawing.Size

Méthodes publiques

Méthode 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

Méthode Description
ReflexiveHeader_MouseDown ( object sender, MouseEventArgs e ) : void

The reflexive header_ mouse down.

Method Details

ReflexiveContainer() public méthode

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

ReflexiveContainer() public méthode

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

SetMaxSize() public méthode

The set max size.
public SetMaxSize ( int width, int height ) : void
width int The width.
height int The height.
Résultat void

SetMinSize() public méthode

The set min size.
public SetMinSize ( int width, int height ) : void
width int The width.
height int The height.
Résultat void

Property Details

Container public_oe property

The container.
public SplitContainer,System.Windows.Forms Container
Résultat System.Windows.Forms.SplitContainer

Controls public_oe property

The controls.
public ArrayList,System.Collections Controls
Résultat System.Collections.ArrayList

SelectedChunkComboBox public_oe property

The selected chunk combo box.
public ComboBox,System.Windows.Forms SelectedChunkComboBox
Résultat System.Windows.Forms.ComboBox

maxSize protected_oe property

The max size.
protected Size,System.Drawing maxSize
Résultat System.Drawing.Size

minSize protected_oe property

The min size.
protected Size,System.Drawing minSize
Résultat System.Drawing.Size