net90_PropertyGridHelpers.Controls_FlagCheckedListBoxItem_IsMemberFlag - dparvin/PropertyGridHelpers GitHub Wiki
Determines whether this flag item is a member of the specified composite flag value.
public bool IsMemberFlag(FlagCheckedListBoxItem composite)
parameter | description |
---|---|
composite | A FlagCheckedListBoxItem representing the composite flags to test against. |
true
if this flag is included in the composite; otherwise, false
.
- class FlagCheckedListBoxItem
- namespace PropertyGridHelpers.Controls
- assembly PropertyGridHelpers