net90_PropertyGridHelpers.Controls_FlagCheckedListBoxItem - dparvin/PropertyGridHelpers GitHub Wiki
Represents an item in the CheckListBox
public class FlagCheckedListBoxItem : ItemWrapper<int>
name | description |
---|---|
FlagCheckedListBoxItem(…) | Initializes a new instance of the FlagCheckedListBoxItem class. |
IsFlag { get; } | Returns true if the value corresponds to a single bit being set |
IsMemberFlag(…) | Returns true if this value is a member of the composite bit value |
- class ItemWrapper<T>
- namespace PropertyGridHelpers.Controls
- assembly PropertyGridHelpers
- FlagCheckedListBoxItem.cs