I need to change a combo box on a ribbon bar
I have this in XML:
<ComboBox PictureName="PageSizeSmall!" Label="" AllowEdit="true" AutoScale="false" Text="" AutoHScroll="false" Enabled="true" PowerTipText="Page Size" PowerTipDescription="Page size information." HScrollBar="false" VScrollBar="false" SelectedIndex="1" Sorted="true" Tag="Page size" BoxHeight="600" BoxWidth="300" Width="400" Visible="true" Modified="ue_ComboBoxPageSizeModified" Selected="ue_ComboBoxPageSizeSelected" SelectionChanged="ue_ComboBoxPageSizeSelectionChanged">
<Item Text="A0" PictureName="PaperSizeA0Small!" />
<Item Text="A1" PictureName="PaperSizeA1Small!" />
<Item Text="A2" PictureName="PaperSizeA2Small!" />
<Item Text="A3" PictureName="PaperSizeA3Small!" />
<Item Text="A4" PictureName="PaperSizeA4Small!" />
</ComboBox>
how can i do the same in powerscript?
I need to create a combobox with multiple items and display as a picture list box from powerscript in the ribbonbar
I need it for a dinamic list