C# 클래스 FlatRedBall.Winforms.Container.CollapsibleContainerStrip

파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
mTotalHeight int

공개 메소드들

메소드 설명
AddButton ( int size ) : void
AddCollapsibleControl ( int expandedHeight = 50, string label = "Collapsible Control" ) : CollapsibleControl
AddCollapsibleControlFor ( Control control, int expandedHeight = 50, string label = "Collapsible Control" ) : CollapsibleControl
AddCollapsibleControlForReduced ( Control control, int expandedHeight = 50, string label = "Collapsible Control" ) : CollapsibleControl
CollapsibleContainerStrip ( ) : System
GetControlByLabel ( string label ) : Control

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
CollapsibleContainerStrip_ControlRemoved ( object sender, ControlEventArgs e ) : void
CollapsibleContainerStrip_SizeChanged ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OnCollapseChange ( object sender, EventArgs e ) : void
UpdatePositions ( ) : void
UpdateScrollBar ( ) : void
vScrollBar1_Scroll ( object sender, ScrollEventArgs e ) : void

메소드 상세

AddButton() 공개 메소드

public AddButton ( int size ) : void
size int
리턴 void

AddCollapsibleControl() 공개 메소드

public AddCollapsibleControl ( int expandedHeight = 50, string label = "Collapsible Control" ) : CollapsibleControl
expandedHeight int
label string
리턴 CollapsibleControl

AddCollapsibleControlFor() 공개 메소드

public AddCollapsibleControlFor ( Control control, int expandedHeight = 50, string label = "Collapsible Control" ) : CollapsibleControl
control Control
expandedHeight int
label string
리턴 CollapsibleControl

AddCollapsibleControlForReduced() 공개 메소드

public AddCollapsibleControlForReduced ( Control control, int expandedHeight = 50, string label = "Collapsible Control" ) : CollapsibleControl
control Control
expandedHeight int
label string
리턴 CollapsibleControl

CollapsibleContainerStrip() 공개 메소드

public CollapsibleContainerStrip ( ) : System
리턴 System

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

GetControlByLabel() 공개 메소드

public GetControlByLabel ( string label ) : Control
label string
리턴 Control

프로퍼티 상세

mTotalHeight 공개적으로 프로퍼티

public int mTotalHeight
리턴 int