net472_PropertyGridHelpers.Controls_FlagCheckedListBox_Add - dparvin/PropertyGridHelpers GitHub Wiki
Adds the specified item.
public FlagCheckedListBoxItem Add(FlagCheckedListBoxItem item)
parameter | description |
---|---|
item | The item. |
- class FlagCheckedListBoxItem
- class FlagCheckedListBox
- namespace PropertyGridHelpers.Controls
- assembly PropertyGridHelpers
Adds the specified value.
public FlagCheckedListBoxItem Add(int v, string c)
parameter | description |
---|---|
v | The value. |
c | The caption. |
- class FlagCheckedListBoxItem
- class FlagCheckedListBox
- namespace PropertyGridHelpers.Controls
- assembly PropertyGridHelpers