CXTPRibbonGroup visibility |
Post Reply |
Author | |
rdhd
Senior Member Joined: 13 August 2007 Location: United States Status: Offline Points: 891 |
Post Options
Thanks(0)
Posted: 09 December 2009 at 5:28pm |
How can I tell if a ribbon bar group is not visible because I called SetVisible( FALSE )? That is, I need to know the difference between a group that is not visible because it was specifically set to be so versus the case where the user simply does not "see" the group because it is currently not displayed due to some fact such as ribbon layout issues or it not being on the selected tab. Any group that is not on the selected tab returns FALSE for IsVisible(). So, unlike a control, where I can pass in the skip flag and find that the control was set to not be visible by the developer (our customization code does this and the hide flag is set to xtpHideGeneric), I have not found a way to do the same for a group.
Also, it appeas to be so, but does anyone know for sure if I can rely on the CXTPRibbonTab's IsVisible() method to only return FALSE if I specifically called SetVisible(FALSE). If now, under what circumstances will it return FALSE when I have not made that call?
|
|
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 |