C# Класс entity.MetaFuncs.MetaEditor.ReflexiveContainer

The reflexive container.
Наследование: PluginControl
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Container System.Windows.Forms.SplitContainer
Controls System.Collections.ArrayList
SelectedChunkComboBox System.Windows.Forms.ComboBox

Защищенные свойства (Protected)

Свойство Тип Описание
maxSize System.Drawing.Size
minSize System.Drawing.Size

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
ReflexiveHeader_MouseDown ( object sender, MouseEventArgs e ) : void

The reflexive header_ mouse down.

Описание методов

ReflexiveContainer() публичный Метод

Initializes a new instance of the ReflexiveContainer class.
public ReflexiveContainer ( IFPIO reflexive ) : System.Collections
reflexive HaloMap.Plugins.IFPIO The reflexive.
Результат System.Collections

ReflexiveContainer() публичный Метод

Initializes a new instance of the ReflexiveContainer class.
public ReflexiveContainer ( string name ) : System.Collections
name string The name.
Результат System.Collections

SetMaxSize() публичный Метод

The set max size.
public SetMaxSize ( int width, int height ) : void
width int The width.
height int The height.
Результат void

SetMinSize() публичный Метод

The set min size.
public SetMinSize ( int width, int height ) : void
width int The width.
height int The height.
Результат void

Описание свойств

Container публичное свойство

The container.
public SplitContainer,System.Windows.Forms Container
Результат System.Windows.Forms.SplitContainer

Controls публичное свойство

The controls.
public ArrayList,System.Collections Controls
Результат System.Collections.ArrayList

SelectedChunkComboBox публичное свойство

The selected chunk combo box.
public ComboBox,System.Windows.Forms SelectedChunkComboBox
Результат System.Windows.Forms.ComboBox

maxSize защищенное свойство

The max size.
protected Size,System.Drawing maxSize
Результат System.Drawing.Size

minSize защищенное свойство

The min size.
protected Size,System.Drawing minSize
Результат System.Drawing.Size