Method | Description | |
---|---|---|
FlagCheckedListBoxItem ( |
A simple constructor that initializes the object with the given values.
|
|
IsMemberFlag ( FlagCheckedListBoxItem p_lbiComposite ) : bool |
Determines if the represented value's flag is set in the composite flag represented by the given item.
|
|
ToString ( ) : string |
Returns the strign representation of the item. This returns the display name of the item. |
public FlagCheckedListBoxItem ( |
||
p_intValue | The value that item is representing. | |
p_strDisplayName | string | The display name of the item. |
return | System |
public IsMemberFlag ( FlagCheckedListBoxItem p_lbiComposite ) : bool | ||
p_lbiComposite | FlagCheckedListBoxItem | The item representing the composite flag for which /// it is to be determined if it includes this item's represented value. |
return | bool |