Table of Contents

Method Add

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Add(string, Func<Window>)

Adds an item with the specified text and form create action.

public void Add(string text, Func<Window> createForm)

Parameters

text string
createForm Func<Window>