Hi,
I have a custom ribbon with controls that I have tags associated to. I can change visibility of groups and controls by changing the tag property:
I was wondering if there is a possibility of making the same by not changing the tag property, but directly addressing a control and modifying its properties.
Can you help me?
I have a custom ribbon with controls that I have tags associated to. I can change visibility of groups and controls by changing the tag property:
Code:
Call RefreshRibbon(Tag:="MyGroup1")
I was wondering if there is a possibility of making the same by not changing the tag property, but directly addressing a control and modifying its properties.
Can you help me?