net90_PropertyGridHelpers.Controls_FlagCheckedListBoxItem - dparvin/PropertyGridHelpers GitHub Wiki
Represents an item displayed in a checklist box for editing bitwise enum values (flags). This item stores both the integer flag value and a user-friendly caption.
public class FlagCheckedListBoxItem : ItemWrapper<int>
name | description |
---|---|
FlagCheckedListBoxItem(…) | Initializes a new instance of the FlagCheckedListBoxItem class with the specified flag value and display caption. |
IsFlag { get; } | Gets a value indicating whether this item represents a single flag (a single bit set). |
IsMemberFlag(…) | Determines whether this flag item is a member of the specified composite flag value. |
- class ItemWrapper<T>
- namespace PropertyGridHelpers.Controls
- assembly PropertyGridHelpers
- FlagCheckedListBoxItem.cs