Last active
July 30, 2019 13:09
-
-
Save rediffusion/eef471c5192d786e5bb524c5aa8dda9f to your computer and use it in GitHub Desktop.
NOTE: Для »» `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
| Option Explicit | |
| Public bolVisible As Boolean | |
| Sub CallbackGetVisible(control As IRibbonControl, ByRef visible) | |
| visible = bolVisible | |
| 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
| getVisible="CallbackGetVisible" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment