How to get RibbonButton properties? #23
Unanswered
rulai-yinqiang
asked this question in
Q&A
Replies: 1 comment
-
Please have a look to the Wiki (News and Hints) for: Following properties you have to set by code first: Following properties are updated by the Framework when the RibbonButton is first time in view. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I can use this code to get a button, and can AddHandler and reset Label or Image in Form_Load event.
_buttonDropB = New RibbonButton(_ribbon, CUInt(RibbonMarkupCommands.cmdButtonDropB))
But all the control propertiese are Nothing. How do I get control Label, Name etc. properties.
Beta Was this translation helpful? Give feedback.
All reactions