Table of Contents

Method AddCheckBox

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

AddCheckBox(string, Action?)

Creates new CheckBox and adds it to the Children.

public virtual CheckBox AddCheckBox(string text, Action? action = null)

Parameters

text string
action Action

Returns

CheckBox