net472_PropertyGridHelpers.Controls_FlagCheckedListBoxItem_IsFlag - dparvin/PropertyGridHelpers GitHub Wiki
Gets a value indicating whether this item represents a single flag (a single bit set).
public bool IsFlag { get; }
true
if this value has exactly one bit set; otherwise, false
.
- class FlagCheckedListBoxItem
- namespace PropertyGridHelpers.Controls
- assembly PropertyGridHelpers