Table of Contents

Interface IMenuItem

Namespace
Lers.UI
Assembly
Lers.Plugins.dll

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

public interface IMenuItem
Extension Methods

Properties

Caption

Текст.

string Caption { get; set; }

Property Value

string

Glyph

Иконка.

Image Glyph { get; set; }

Property Value

Image

ID

Возвращает уникальный идентификатор меню

int ID { get; }

Property Value

int