Last active
July 30, 2019 12:23
-
-
Save rediffusion/2e4f2d910345b2d666f732cb1ad25f0a to your computer and use it in GitHub Desktop.
NOTE: Для »» `DropDown ` и `Gallery ` аналогично!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Sub CallbackCBGetItemCount(control As IRibbonControl, ByRef count) | |
| 'Callback кол-во Items | |
| Select Case control.ID | |
| Case "myComboBox" | |
| count = 4 | |
| End Select | |
| End Sub |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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