net472_PropertyGridHelpers.Controls_FlagCheckedListBox_Add - dparvin/PropertyGridHelpers GitHub Wiki

FlagCheckedListBox.Add method (1 of 2)

Adds the specified item.

public FlagCheckedListBoxItem Add(FlagCheckedListBoxItem item)
parameter description
item The item.

See Also


FlagCheckedListBox.Add method (2 of 2)

Adds the specified value.

public FlagCheckedListBoxItem Add(int v, string c)
parameter description
v The value.
c The caption.

See Also

⚠️ **GitHub.com Fallback** ⚠️