C# 클래스 GlueView.Forms.CollapsibleFormHelper

파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
AddCollapsableForm ( string panelTitle, int expandedHeight, Control controlToAdd, IPlugin owner ) : Control
GetControlByLabel ( string label ) : Control
Initialize ( CollapsibleContainerStrip form ) : void

비공개 메소드들

메소드 설명
GetBottomPanel ( ) : CollapsiblePanel
ResizeCollapsablePanel ( object sender, EventArgs args ) : void

메소드 상세

AddCollapsableForm() 공개 메소드

public AddCollapsableForm ( string panelTitle, int expandedHeight, Control controlToAdd, IPlugin owner ) : Control
panelTitle string
expandedHeight int
controlToAdd System.Windows.Forms.Control
owner IPlugin
리턴 System.Windows.Forms.Control

GetControlByLabel() 공개 메소드

public GetControlByLabel ( string label ) : Control
label string
리턴 System.Windows.Forms.Control

Initialize() 공개 메소드

public Initialize ( CollapsibleContainerStrip form ) : void
form FlatRedBall.Winforms.Container.CollapsibleContainerStrip
리턴 void