C# 클래스 Habanero.Faces.Win.CollapsiblePanelWin

Implements ICollapsiblePanel for Windows Forms.
상속: PanelWin, ICollapsiblePanel
파일 보기 프로젝트 열기: Chillisoft/habanero.faces

공개 메소드들

메소드 설명
CollapsiblePanelWin ( IControlFactory controlFactory ) : System

Creates an CollapsiblePanelWin

FireUncollapsedEvent ( ) : void

Fires the Uncollapsed event this is used by the CollapsiblePanelManager and is not expected to be used outside of this context.

메소드 상세

CollapsiblePanelWin() 공개 메소드

Creates an CollapsiblePanelWin
public CollapsiblePanelWin ( IControlFactory controlFactory ) : System
controlFactory IControlFactory
리턴 System

FireUncollapsedEvent() 공개 메소드

Fires the Uncollapsed event this is used by the CollapsiblePanelManager and is not expected to be used outside of this context.
public FireUncollapsedEvent ( ) : void
리턴 void