net472_PropertyGridHelpers.Controls_FlagCheckedListBoxItem_FlagCheckedListBoxItem - dparvin/PropertyGridHelpers GitHub Wiki
Initializes a new instance of the FlagCheckedListBoxItem
class with the specified flag value and display caption.
public FlagCheckedListBoxItem(int value, string caption)
parameter | description |
---|---|
value | The integer value representing the flag. |
caption | The caption displayed to the user. |
- class FlagCheckedListBoxItem
- namespace PropertyGridHelpers.Controls
- assembly PropertyGridHelpers