BCGControlBar Pro for MFC
void CBCGPProp::AddOptions ( const CStringList &  lstOptions,
BOOL  bInsertUnique = TRUE 
)

Adds the options to the property.

Parameters
lstOptionsSpecifies a list of options to be added.
bInsertUniqueIf 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.