Skip to content

Instantly share code, notes, and snippets.

@rediffusion
Last active July 30, 2019 12:23
Show Gist options
  • Select an option

  • Save rediffusion/2e4f2d910345b2d666f732cb1ad25f0a to your computer and use it in GitHub Desktop.

Select an option

Save rediffusion/2e4f2d910345b2d666f732cb1ad25f0a to your computer and use it in GitHub Desktop.
NOTE: Для »» `DropDown ` и `Gallery ` аналогично!
Sub CallbackCBGetItemCount(control As IRibbonControl, ByRef count)
'Callback кол-во Items
Select Case control.ID
Case "myComboBox"
count = 4
End Select
End Sub
<comboBox
id="myComboBox"
label="MyComboBox:"
getItemCount="CallbackCBGetItemCount"
imageMso="PictureEffectsGlowGallery"
onChange="MyComboBoxCallbackOnChange"
sizeString= "WWWWWWWWWWWWW">
</comboBox>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment