Last active
July 30, 2019 13:08
-
-
Save rediffusion/c09733956ab092830ca93e2e49a8bec8 to your computer and use it in GitHub Desktop.
NOTE: Для »» `Menu` и `Dynamic Menu` подходит тоже!
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 MyButtonCallbackShowLabel(control As IRibbonControl, ByRef showLabel) | |
| Select Case control.ID | |
| Case "MyBtn1" | |
| showLabel = False | |
| 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
| <button | |
| id="MyBtn1" | |
| label="Button 1" | |
| imageMso="BevelShapeGallery" | |
| onAction="MyButtonCallbackOnAction" | |
| getShowLabel="MyButtonCallbackShowLabel"/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment