SetBoxPictureList
PowerScript function
Description
Sets the picture files for the items in the ribbon combo box.
Applies to
Syntax
|
1 |
controlname.SetBoxPictureList (String PictureList) |
|
Argument |
Description |
|---|---|
|
controlname |
The name of the RibbonComboBoxItem control. |
|
PictureList |
A comma-separated list of picture files, in full path with |
Return value
Integer.
Returns 1 if it succeeds; and -1 if an error occurs. If any
argument’s value is null, returns null.
Examples
This example sets two built-in picture files for the items in the
ribbon combo box.
|
1 2 3 4 |
Integer li_Return RibbonComboBoxItem lr_ComboBox li_Return = lr_ComboBox.SetBoxPictureList ("PaperSizeA0Small!, PaperSizeA1Small!") |
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest