Search results

  1. B

    Visibility property in access 2013

    Thanks for your help
  2. B

    Visibility property in access 2013

    Are you thinking the group separators? I am manually adding vertical separators between the buttons via the <separator id = "Separator1" getVisible = "SeparatorVisible" /> line in the xml. So far this is the only work around I can come up with but trying to find a way to do this that would...
  3. B

    Visibility property in access 2013

    The problem isn't with hiding the buttons as that works fine with the getVisible function. What I am trying to do is hide the separator if the button next to if is not visible (the control.id is listed in a case statement)
  4. B

    Visibility property in access 2013

    Hello, I am creating a custom ribbon and am creating buttons with separators between them. While I am able to set the visibility as needed I want to set the visibility of the separator based on the buttons visibility. As such how do you reference a specific control's visibility on a custom...
Back
Top Bottom