Description
Gets the list of picture files that are set for the items in the ribbon combo box.
Applies to
RibbonComboBoxItem control
Syntax
controlname.GetBoxPictureList ( )
Return value
String.
Returns the current picture list with full paths. Multiple pictures are separated by commas.
Examples
This example sets two built-in picture files for the items in the ribbon combo box and then gets the list of picture files of the combo box.
Integer li_Return String ls_PictureList RibbonComboBoxItem lr_ComboBox li_Return = lr_ComboBox.SetBoxPictureList ("PaperSizeA0Small!, PaperSizeA1Small!") ls_PictureList = lr_ComboBox.GetBoxPictureList()
See also