Method CheckListDialog.Add(+ 1 overload)
Overload
Adds a checkbox.
public CheckBox Add(string text, bool check = false, string tooltip = null)
Parameters
Returns
CheckBox
The checkbox. |
Overload(top)
Adds multiple checkboxes.
public void Add(IEnumerable<string> items, bool check = false)
Parameters
items (IEnumerable<string>)
Array, List, etc containing text strings for checkboxes. |
check (bool)
Whether to check all checkboxes. |