C# Класс Habanero.Faces.Base.GroupBoxGroupControlManager

The Manager for the IGroupBoxGroupControl that handles the Common Logic for either VWG or Win.
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
AddControl ( IControlHabanero contentControl, string headingText, int minimumControlHeight, int minimumControlWidth ) : IControlHabanero

Adds an IControlHabanero to this control. The contentControl is wrapped in the appropriate Child Control Type.

GroupBoxGroupControlManager ( IGroupBoxGroupControl collapsiblePanelGroup, IControlFactory controlFactory ) : Habanero.Base

Constructs the CollapsiblePanelGroupManager

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

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

Adds an IControlHabanero to this control. The contentControl is wrapped in the appropriate Child Control Type.
public AddControl ( IControlHabanero contentControl, string headingText, int minimumControlHeight, int minimumControlWidth ) : IControlHabanero
contentControl IControlHabanero The control that is being placed as a child within this control. The content control could be /// a Panel of .s or any other child control
headingText string The heading text that will be shown as the Header for this Group e.g. For a /// this will be the Text shown in the Tab for a this will be the text shown /// on the Collapse Panel and for an this will be the title of the Group Box.
minimumControlHeight int The minimum height that the can be. /// This height along with any other spacing required will be used as the minimum height for the ChildControlCreated
minimumControlWidth int The minimum width that the can be
Результат IControlHabanero

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

Constructs the CollapsiblePanelGroupManager
public GroupBoxGroupControlManager ( IGroupBoxGroupControl collapsiblePanelGroup, IControlFactory controlFactory ) : Habanero.Base
collapsiblePanelGroup IGroupBoxGroupControl
controlFactory IControlFactory
Результат Habanero.Base