C# Класс Habanero.Faces.VWG.CollapsiblePanelVWG

Implements ICollapsiblePanel for Visual Web Gui.
Наследование: PanelVWG, ICollapsiblePanel
Показать файл Открыть проект

Открытые методы

Метод Описание
CollapsiblePanelVWG ( IControlFactory controlFactory ) : System

Creates an CollapsiblePanelVWG

FireUncollapsedEvent ( ) : void

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

Описание методов

CollapsiblePanelVWG() публичный Метод

Creates an CollapsiblePanelVWG
public CollapsiblePanelVWG ( 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