C# Class Habanero.Faces.Win.CollapsiblePanelWin

Implements ICollapsiblePanel for Windows Forms.
Inheritance: PanelWin, ICollapsiblePanel
Show file Open project: Chillisoft/habanero.faces

Public Methods

Method Description
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.

Method Details

CollapsiblePanelWin() public method

Creates an CollapsiblePanelWin
public CollapsiblePanelWin ( IControlFactory controlFactory ) : System
controlFactory IControlFactory
return System

FireUncollapsedEvent() public method

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