void CBCGPProp::AddOptions | ( | const CStringList & | lstOptions, |
BOOL | bInsertUnique = TRUE |
||
) |
Adds the options to the property.
lstOptions | Specifies a list of options to be added. |
bInsertUnique | If this flag is TRUE, then only unique items are inserted. |
Use this function to add a list of strings to a property that contains a combo box with a list of text strings (options).
If bInsertUnique flag is set to FALSE, the options will be added in any case.