C# Класс Habanero.Faces.Base.HabaneroMenu.Item

A particular menu item that will be built into a Leaf Node of the Relevant Menu. The MenuBulder will build a menu item represented by this Item. This Item can be set up with either a CustomHandler
or a ControlManagerCreator or a FormControlCreator. These are used by the relevant MenuItemControl to respond the its click event.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Item ( HabaneroMenu parentMenu, string name ) : System

Constructor for an Item

Item ( HabaneroMenu parentMenu, string name, IControlHabanero form, IControlFactory controlFactory ) : System

Constructor for an Item

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

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

Constructor for an Item
public Item ( HabaneroMenu parentMenu, string name ) : System
parentMenu HabaneroMenu
name string
Результат System

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

Constructor for an Item
public Item ( HabaneroMenu parentMenu, string name, IControlHabanero form, IControlFactory controlFactory ) : System
parentMenu HabaneroMenu
name string
form IControlHabanero
controlFactory IControlFactory
Результат System