HideFlags property on Ribbon Quick Access Toolbar |
Post Reply |
Author | |
wrecks
Groupie Joined: 14 July 2015 Status: Offline Points: 42 |
Post Options
Thanks(0)
Posted: 09 April 2017 at 10:19am |
I have added a drop-down (xtpControlComboBox) control to the Quick Access Toolbar of my Ribbon. I did this by making a Clone of an existing control and then using QuickAccessControls.AddControl. But the cloned control does not appear on my QAT.
The culprit seems to be that the HideFlags property is 128 in the new control. This value is not shown in the help file (only values through 32 are explained). If I set HideFlags=0 and Visible=1 and Height=16, then my control appears! Can you explain what 128 means (and perhaps 64 also?) and why my new control would have that value?
|
|
olebed
Admin Group Joined: 01 July 2014 Location: Ukraine Status: Offline Points: 841 |
Post Options
Thanks(0)
|
Hello wrecks,
They are xtpHideDocTemplate and xtpHideRibbonTab flags. But they haven't added to ActiveX. I will fix this. Thanks for bringing this to our attention.
Regards, Oleksandr Lebed |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |