Property | Type | Description | |
---|---|---|---|
Add | FlagCheckedListBoxItem | ||
Add | FlagCheckedListBoxItem | ||
AddListItems | void |
Method | Description | |
---|---|---|
FlagCheckedListBox ( ) : System |
The default constructor.
|
|
GetCurrentValue ( ) : |
Gets the value currently represented by the selected list items.
|
Method | Description | |
---|---|---|
UpdateCheckedItems ( |
Sets the check states of each item base on the given composite flag.
|
Method | Description | |
---|---|---|
Add ( FlagCheckedListBoxItem p_lbiEnumItem ) : FlagCheckedListBoxItem |
Adds a FlagCheckedListBoxItem to the list.
|
|
Add ( |
Adds an integer value to the listbox.
|
|
AddListItems ( |
Files the list with item representing the possible values of the enum.
|
protected UpdateCheckedItems ( |
||
p_intCompositeFlag | The composite flag value to represent with the list box. | |
return | void |