Method AddButton NamespaceAlternet.UI AssemblyAlternet.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