Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
125
ButtonTool and PopupMenuTool behavior on overflow menu
posted

Hi I have a toolbar with the CaptionPlacement property set with BelowImage, I have ButtonTool and PopupMenuTool tools on it, when they are showed in the toolbar they look the same but when they are showed in the overflow menu they behave diferent, for ButtonTool it only displays the image and for the PopupMenuTool it shows only the caption, is there anyway for both to look the same?

Parents
  • 44743
    Verified Answer
    posted

    Make sure the DisplayStyle is set to ImageAndText for each tool. This can be found on the InstanceProps or SharedProps of the tools. Note: if the DisplayStyle is set on both the InstanceProps and SharedProps, it will use the DisplayStyle from the InstanceProps.

    I believe using this DisplayStyle should work, but if it doesn't, it may be a bug.

Reply Children
No Data