net90_PropertyGridHelpers.Controls_FlagCheckedListBoxItem - dparvin/PropertyGridHelpers GitHub Wiki

FlagCheckedListBoxItem class

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>

Public Members

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.

See Also

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