Table of Contents

Method AddButton

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

AddButton(string, Action?)

Creates new Button and adds it to the Children.

public virtual Button AddButton(string text, Action? action = null)

Parameters

text string
action Action

Returns

Button