C# 클래스 entity.MetaFuncs.MetaEditor.ReflexiveContainer

The reflexive container.
상속: PluginControl
파일 보기 프로젝트 열기: troymac1ure/Entity

공개 프로퍼티들

프로퍼티 타입 설명
Container System.Windows.Forms.SplitContainer
Controls System.Collections.ArrayList
SelectedChunkComboBox System.Windows.Forms.ComboBox

보호된 프로퍼티들

프로퍼티 타입 설명
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