Table of Contents

Interface ISubMenuItem

Namespace
Lers.UI
Assembly
Lers.Plugins.dll

Интерфейс, предоставляющий доступ ко вложенному меню главного окна

public interface ISubMenuItem : IMenuItem
Inherited Members
Extension Methods

Properties

Items

Вложенные элементы меню.

IMenuItem[] Items { get; }

Property Value

IMenuItem[]

Methods

AddItem(string, Image, bool, EventHandler)

Добавляет новый вложенный пункт меню.

IMenuItem AddItem(string caption, Image glyph, bool beginGroup, EventHandler clickHandler)

Parameters

caption string
glyph Image
beginGroup bool
clickHandler EventHandler

Returns

IMenuItem