net90_PropertyGridHelpers.Controls_FlagCheckedListBox_Add - dparvin/PropertyGridHelpers GitHub Wiki

FlagCheckedListBox.Add method (1 of 2)

Adds an existing FlagCheckedListBoxItem to the checklist.

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

Return Value

The added FlagCheckedListBoxItem.

See Also


FlagCheckedListBox.Add method (2 of 2)

Adds a new item to the checklist with the specified bitwise value and display caption.

public FlagCheckedListBoxItem Add(int value, string caption)
parameter description
value The bitwise integer value representing a flag.
caption The display text for the item.

Return Value

A FlagCheckedListBoxItem representing the added item.

See Also

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