GetBoxPictureList
PowerScript function
Description
Gets the list of picture files that are set for the items in the
ribbon combo box.
Applies to
Syntax
|
1 |
controlname.GetBoxPictureList ( ) |
|
Argument |
Description |
|---|---|
|
controlname |
The name of the RibbonComboBoxItem control |
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.
|
1 2 3 4 5 6 |
Integer li_Return String ls_PictureList RibbonComboBoxItem lr_ComboBox li_Return = lr_ComboBox.SetBoxPictureList ("PaperSizeA0Small!, PaperSizeA1Small!") ls_PictureList = lr_ComboBox.GetBoxPictureList() |
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest